summaryrefslogtreecommitdiffstats
path: root/src/po-gram-gen.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/po-gram-gen.y')
-rw-r--r--src/po-gram-gen.y4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/po-gram-gen.y b/src/po-gram-gen.y
index 510cd37..da39d49 100644
--- a/src/po-gram-gen.y
+++ b/src/po-gram-gen.y
@@ -22,11 +22,13 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
# include "config.h"
#endif
+/* Specification. */
+#include "po-gram.h"
+
#include <stdio.h>
#include "str-list.h"
#include "po-lex.h"
-#include "po-gram.h"
#include "error.h"
#include "system.h"
#include "libgettext.h"