diff options
author | caro <caro> | 2012-09-04 07:03:02 +0000 |
---|---|---|
committer | caro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2012-09-04 07:03:02 +0000 |
commit | f64e85353bd3ae6796ba7b2e4e5f72ca6dfda391 (patch) | |
tree | 61957d7510ba0e66407cf90f6ed36c200f9761bf /src/examples/eo_isa/simple.c | |
parent | 697bc9d8b649e9707acc82eb41820fa8aaeb3d44 (diff) | |
download | eobj-f64e85353bd3ae6796ba7b2e4e5f72ca6dfda391.tar.gz eobj-f64e85353bd3ae6796ba7b2e4e5f72ca6dfda391.tar.bz2 eobj-f64e85353bd3ae6796ba7b2e4e5f72ca6dfda391.zip |
Eo: autotools + minor fixes so that it compiles on Windows (mainly reordering the header files inclusion
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76109 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Diffstat (limited to 'src/examples/eo_isa/simple.c')
-rw-r--r-- | src/examples/eo_isa/simple.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/examples/eo_isa/simple.c b/src/examples/eo_isa/simple.c index d16032b..00016e5 100644 --- a/src/examples/eo_isa/simple.c +++ b/src/examples/eo_isa/simple.c @@ -1,8 +1,10 @@ +#ifdef HAVE_CONFIG_H +# include <config.h> +#endif + #include "Eo.h" #include "simple.h" -#include "config.h" - EAPI Eo_Op SIMPLE_BASE_ID = 0; typedef struct |