JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
includes fixes
authorJoshua Grams <josh@qualdan.com>
Wed, 12 Apr 2006 17:01:30 +0000 (17:01 +0000)
committerJoshua Grams <josh@qualdan.com>
Wed, 12 Apr 2006 17:01:30 +0000 (17:01 +0000)
args.c
args.h

diff --git a/args.c b/args.c
index 11214a8..519833a 100644 (file)
--- a/args.c
+++ b/args.c
@@ -1,5 +1,6 @@
 #include <string.h>
 #include <stdlib.h>
+#include <stdio.h>
 #include "args.h"
 #include "config.h"
 
diff --git a/args.h b/args.h
index a71fd63..5bf4a8b 100644 (file)
--- a/args.h
+++ b/args.h
@@ -1,8 +1,6 @@
 #ifndef VOR_ARGS_H
 #define VOR_ARGS_H
 
-#include <argp.h>
-
 // Gameplay Variations
 extern float opt_bounciness;
 extern float opt_gamespeed;