chiark / gitweb /
Only retry connect on EINTR.
[userv.git] / lexer.l.m4
index 849f233115545749f24e1f0ff6d78e574789dc14..0b7e705f8f521ea57f2d3c84a7c65c27bcdbaad0 100644 (file)
@@ -33,8 +33,10 @@ include(language.i4)
 #include <fnmatch.h>
 #include <limits.h>
 #include <dirent.h>
+#include <sys/types.h>
 #include <sys/stat.h>
 #include <time.h>
+#include <errno.h>
 
 #include "config.h"
 #include "common.h"