add <sys/types.h>

This commit is contained in:
Eric L. Hernes 1997-12-08 22:39:59 +00:00
parent 3d86014f32
commit cb728a1890

View file

@ -19,6 +19,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <sys/types.h>
#include <regex.h>
#include "appenv.h"
#include "general.h"