ephoto: fix freebsd build.

This commit is contained in:
Al Poole 2017-12-18 20:34:50 +00:00
parent c0cc279f10
commit a4eb00e925
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#ifndef _EPHOTO_H_
# define _EPHOTO_H_
# include "config.h"
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
@ -25,6 +24,8 @@
# include <e_gadget_types.h>
#endif
# include "config.h"
#if HAVE_GETTEXT
# include <locale.h>
# include <libintl.h>