netstar pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=a4eb00e925b80c88e3be1de2f518f507a8678efa

commit a4eb00e925b80c88e3be1de2f518f507a8678efa
Author: Al Poole <nets...@gmail.com>
Date:   Mon Dec 18 20:34:50 2017 +0000

    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 <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>

-- 


Reply via email to