pkgsrc/games/xgalaga/patches/patch-af
2006-07-02 14:36:19 +00:00

24 lines
530 B
Text

$NetBSD: patch-af,v 1.1 2006/07/02 14:36:19 tron Exp $
--- main.c.orig 1998-05-11 07:52:59.000000000 +0100
+++ main.c 2006-07-02 15:28:05.000000000 +0100
@@ -7,6 +7,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
@@ -14,10 +15,10 @@
# include <unistd.h>
#endif
#include "libsprite/Wlib.h"
+#include "struct.h"
#include "data.h"
#include "images.h"
#include "defs.h"
-#include "struct.h"
#include "paths.h"
#include "proto.h"
#include "sound.h"