From a4eb00e925b80c88e3be1de2f518f507a8678efa Mon Sep 17 00:00:00 2001 From: Al Poole Date: Mon, 18 Dec 2017 20:34:50 +0000 Subject: [PATCH] ephoto: fix freebsd build. --- src/bin/ephoto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/ephoto.h b/src/bin/ephoto.h index ecdcb2d..feb4c45 100644 --- a/src/bin/ephoto.h +++ b/src/bin/ephoto.h @@ -1,7 +1,6 @@ #ifndef _EPHOTO_H_ # define _EPHOTO_H_ -# include "config.h" # include # include # include @@ -25,6 +24,8 @@ # include #endif +# include "config.h" + #if HAVE_GETTEXT # include # include