* Fixed includes
authortwisti <none@none>
Sat, 9 Jul 2005 17:30:32 +0000 (17:30 +0000)
committertwisti <none@none>
Sat, 9 Jul 2005 17:30:32 +0000 (17:30 +0000)
src/vm/options.c

index 1f08ea637217b12a12d7d5faefd8cf7a087236b8..7772f055a99f70e69e4aa3f0a7af6c36af3d4d51 100644 (file)
 
    Authors: Christian Thalinger
 
-   $Id: options.c 2950 2005-07-09 13:37:29Z twisti $
+   $Id: options.c 2959 2005-07-09 17:30:32Z twisti $
 
 */
 
 
 #include <string.h>
-#include "options.h"
+
+#include "config.h"
 #include "types.h"
 
+#include "vm/options.h"
+
 
 /* command line option */