aboutsummaryrefslogtreecommitdiff
path: root/gfsm/src/pd_gfsm.c
diff options
context:
space:
mode:
authorBryan Jurish <mukau@users.sourceforge.net>2007-12-11 21:34:08 +0000
committerBryan Jurish <mukau@users.sourceforge.net>2007-12-11 21:34:08 +0000
commit916ad1207ca1691a489de6adc1ff16e84e3f2a74 (patch)
tree32a56c55ed4792777b2158298ccf114d68ac81c1 /gfsm/src/pd_gfsm.c
parentb36adba447433f1dbcd2c78bc97ec922263f23e5 (diff)
+ updated for gfsm-0.0.10-pre1 (backwards-compatible)
svn path=/trunk/externals/moocow/; revision=9089
Diffstat (limited to 'gfsm/src/pd_gfsm.c')
-rw-r--r--gfsm/src/pd_gfsm.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/gfsm/src/pd_gfsm.c b/gfsm/src/pd_gfsm.c
index 9f8ad48..0659454 100644
--- a/gfsm/src/pd_gfsm.c
+++ b/gfsm/src/pd_gfsm.c
@@ -25,10 +25,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*=============================================================================*/
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
#include <pd_gfsm.h>
#include <pd_alphabet.h>
@@ -39,6 +35,11 @@
# include <pd_state.h>
#endif
+#ifdef HAVE_CONFIG_H
+# include <noconfig.h>
+# include <config.h>
+#endif
+
/*=====================================================================
* Structures and Types
*=====================================================================*/