]> skyeroc.xyz Git - dgamelaunch/commitdiff
#include <string.h>
authorJoshua Kwan <joshk@triplehelix.org>
Mon, 5 Jan 2004 17:44:30 +0000 (17:44 +0000)
committerJoshua Kwan <joshk@triplehelix.org>
Mon, 5 Jan 2004 17:44:30 +0000 (17:44 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@95 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

nethackstub.c

index 12d040f70d50339d735f892ef0949ead41a0fc6c..4ce8b56bf7dc7476f02d2b2b37ccfa7073886978 100644 (file)
  * This program can be used instead of nethack to test dgamelaunch.
  */
 
-static const char rcsid[] = "$Id: nethackstub.c,v 1.2 2004/01/05 16:10:30 jilles Exp $";
+static const char rcsid[] = "$Id: nethackstub.c,v 1.3 2004/01/05 17:44:30 joshk Exp $";
 
 #include <sys/types.h>
-
+#include <string.h>
 #include <ctype.h>
 #include <signal.h>
 #include <unistd.h>