diff options
Diffstat (limited to 'src/po-gram-gen.y')
-rw-r--r-- | src/po-gram-gen.y | 4 |
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" |