]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - lexer.h
Fix hash strlen properly instead of blindly disabling it
[xonotic/gmqcc.git] / lexer.h
diff --git a/lexer.h b/lexer.h
index ee9be17d966147991c5817e3b19f6735cf414c38..41a135549f5cce35b22aeb20203ab6ecfd4e8a2e 100644 (file)
--- a/lexer.h
+++ b/lexer.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, 2013
+ * Copyright (C) 2012, 2013, 2014
  *     Wolfgang Bumiller
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy of
@@ -22,6 +22,8 @@
  */
 #ifndef GMQCC_LEXER_HDR
 #define GMQCC_LEXER_HDR
+#include "gmqcc.h"
+
 typedef struct token_s token;
 
 struct token_s {