summaryrefslogtreecommitdiff
path: root/glcpp.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-10 13:17:25 -0700
committerCarl Worth <cworth@cworth.org>2010-05-10 13:32:29 -0700
commita1e32bcff0a04dbff61f28c8e725cf2bf120bf85 (patch)
tree7ff23bd7662f0894730eb4de675b9e33fdb22247 /glcpp.c
parent38aa83560be3368b4e9784b3ef8f73144171ca45 (diff)
Add some compiler warnings and corresponding fixes.
Most of the current problems were (mostly) harmless things like missing declarations, but there was at least one real error, (reversed argument order for yyerrror).
Diffstat (limited to 'glcpp.c')
-rw-r--r--glcpp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/glcpp.c b/glcpp.c
index 90a0e89cfa..eefac74be9 100644
--- a/glcpp.c
+++ b/glcpp.c
@@ -21,6 +21,8 @@
* DEALINGS IN THE SOFTWARE.
*/
+#include "glcpp.h"
+
int
main (void)
{