blob: 1f7fd6ac070cfdaf868f611998fcede3db7ba80c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$FreeBSD$
--- enemyshot.c.orig
+++ enemyshot.c
@@ -11,6 +11,7 @@
#include <X11/xpm.h>
*/
+#include <stdlib.h>
#include "image.h"
#include "xsoldier.h"
#include "manage.h"
|