awips2/ncep/gov.noaa.nws.ncep.viz.rsc.ncgrid/dgdriv_c/geminc.h.AIX
Steve Harris 7f90924706 12.4.1-10 baseline
Former-commit-id: 7fa9dbd5fb [formerly 4bfbdad17d] [formerly 9f8cb727a5] [formerly 7fa9dbd5fb [formerly 4bfbdad17d] [formerly 9f8cb727a5] [formerly 8485b90ff8 [formerly 9f8cb727a5 [formerly bf53d06834caa780226121334ac1bcf0534c3f16]]]]
Former-commit-id: 8485b90ff8
Former-commit-id: 40aa780b3d [formerly 33a67cdd82] [formerly 73930fb29d0c1e91204e76e6ebfdbe757414f319 [formerly a28d70b5c5]]
Former-commit-id: a16a1b4dd44fc344ee709abbe262aeed58a8339b [formerly e5543a0e86]
Former-commit-id: 0c25458510
2012-05-01 18:06:13 -05:00

36 lines
970 B
Text

/************************************************************************
* GEMINC.H *
* *
* This include file will include all necessary standard C include *
* files. *
* *
** *
* Log: *
* S. Jacobs/NMC 6/94 *
* S. Jacobs/NMC 7/95 Added sys/wait.h, stdarg.h, ctype.h *
* S. Jacobs/NCEP 11/95 Added sys/time.h *
* G. Krueger/EAI 3/96 Added limits.h *
* S. Jacobs/NCEP 6/96 Added sys/select.h *
***********************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <malloc.h>
#include <math.h>
#include <time.h>
#include <sys/time.h>
#include <errno.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <signal.h>
#include <dirent.h>
#include <sys/wait.h>
#include <stdarg.h>
#include <ctype.h>
#include <limits.h>
#include <sys/select.h>