#include <string.h>

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@95 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-01-05 17:44:30 +00:00
parent ecc8f9b897
commit dcf684328c
1 changed files with 2 additions and 2 deletions

View File

@ -20,10 +20,10 @@
* 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>