summaryrefslogtreecommitdiffstats
path: root/src/po.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/po.c')
-rw-r--r--src/po.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/po.c b/src/po.c
index e4b9668..951d72f 100644
--- a/src/po.c
+++ b/src/po.c
@@ -22,9 +22,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
# include "config.h"
#endif
+/* Specification. */
+#include "po.h"
+
#include <stdlib.h>
-#include "po.h"
#include "po-charset.h"
#include "po-hash.h"
#include "system.h"