Added config.h to resolve undefined reference on recompilation with a changes config.
authortwisti <none@none>
Wed, 9 Mar 2005 11:15:04 +0000 (11:15 +0000)
committertwisti <none@none>
Wed, 9 Mar 2005 11:15:04 +0000 (11:15 +0000)
src/toolbox/avl.c
src/toolbox/list.c
src/vm/jit/x86_64/dis-asm.h

index 5ea308793b635a22bf4db7d86d5d64485dddd367..a51c18c29bae51cee44f8d3555434192d6e07b41 100644 (file)
@@ -28,6 +28,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "config.h"
 #include "toolbox/avl.h"
 
 
index d06f1ca92e63a97e179a4923478a5e43162d25fb..5b58035a909c90e598d31a5ec0e596de4c2c1f43 100644 (file)
@@ -1,4 +1,4 @@
-/* toolbox/list.c - 
+/* src/toolbox/list.c - double linked list
 
    Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates,
    R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner,
 
    Authors: Reinhard Grafl
 
-   $Id: list.c 1735 2004-12-07 14:33:27Z twisti $
+   $Id: list.c 2016 2005-03-09 11:15:04Z twisti $
 
 */
 
 
 #include <stdlib.h>
 
+#include "config.h"
 #include "toolbox/list.h"
 
 
index 2f3418ea2397505acfe30277ee5faeb11d39dee6..db4fb2fd017149a12d2a816dd185de2971753ae5 100644 (file)
@@ -34,6 +34,7 @@ extern "C" {
 #include <stdio.h>
 #include "bfd.h"
 
+#include "config.h"
 #include "types.h"
 #include "ansidecl.h"