aboutsummaryrefslogtreecommitdiff
path: root/gfsm/src/pd_gfsm.c
diff options
context:
space:
mode:
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
*=====================================================================*/