]> granicus.if.org Git - yasm/commitdiff
Include errno.h to define errno.
authorPeter Johnson <peter@tortall.net>
Tue, 19 Mar 2002 06:03:38 +0000 (06:03 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 19 Mar 2002 06:03:38 +0000 (06:03 -0000)
svn path=/trunk/yasm/; revision=538

modules/preprocs/yapp/yapp-token.l
src/preprocs/yapp/yapp-token.l

index 3b6c74faa36ad2b33d141b117abe75af8a43ba96..4b7a7b28e17b89315f9ccdbb5ec4e349e2937655 100644 (file)
@@ -23,6 +23,8 @@
 #include "util.h"
 /*@unused@*/ RCSID("$IdPath$");
 
+#include <errno.h>
+
 #include "errwarn.h"
 
 #include "src/preprocs/yapp/yapp-preproc.h"
index 3b6c74faa36ad2b33d141b117abe75af8a43ba96..4b7a7b28e17b89315f9ccdbb5ec4e349e2937655 100644 (file)
@@ -23,6 +23,8 @@
 #include "util.h"
 /*@unused@*/ RCSID("$IdPath$");
 
+#include <errno.h>
+
 #include "errwarn.h"
 
 #include "src/preprocs/yapp/yapp-preproc.h"