]> skyeroc.xyz Git - dgamelaunch/commitdiff
doh, errno.h for ERANGE
authorJoshua Kwan <joshk@triplehelix.org>
Mon, 2 Feb 2004 00:30:06 +0000 (00:30 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Mon, 2 Feb 2004 00:30:06 +0000 (00:30 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@211 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

config.l

index 4f49f85f725e940153e61dbad53528cb8bd61ffb..8555daecf5fd5e11243752cbca7c259b8bbf3db1 100644 (file)
--- a/config.l
+++ b/config.l
@@ -4,6 +4,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <errno.h>
 
 #include "y.tab.h"
 #include "dgamelaunch.h"