summaryrefslogtreecommitdiffstats
path: root/src/read-po.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/read-po.c')
-rw-r--r--src/read-po.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/read-po.c b/src/read-po.c
index 47a305e..78d5a5b 100644
--- a/src/read-po.c
+++ b/src/read-po.c
@@ -20,11 +20,13 @@
# include <config.h>
#endif
+/* Specification. */
+#include "read-po.h"
+
#include <stdlib.h>
#include <string.h>
#include "po.h"
-#include "read-po.h"
#include "system.h"
#include "libgettext.h"