strings.c
changeset 430 2e9a2e9fcf11
parent 425 97d601c182f0
child 504 e6db3af9822e
--- a/strings.c	Mon Nov 15 12:15:03 2004 +0000
+++ b/strings.c	Mon Nov 15 19:25:59 2004 +0000
@@ -4,6 +4,7 @@
 #include "town.h"
 #include "vehicle.h"
 #include "news.h"
+#include "screenshot.h"
 
 #define USE_TABLE(x)  { assert(index < lengthof(x)); str = x[index]; break; }