changeset 1695:90d02916b878

Strange for some reason we are including compat.h instead of config.h?
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 02 May 2012 00:23:43 +0000
parents 31f16da1052a
children c01961b48c40
files dwcompat.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dwcompat.h	Wed May 02 00:11:15 2012 +0000
+++ b/dwcompat.h	Wed May 02 00:23:43 2012 +0000
@@ -6,7 +6,7 @@
 /* This header includes and defines everything needed for a given OS/compiler */
 #if defined(__UNIX__) || defined(__MAC__)
 #ifdef BUILD_DLL
-#include "compat.h"
+#include "config.h"
 #endif
 
 /* Attempt to include 64 bit file functions on various unix flavors */