summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/clock_gettime.h2
-rw-r--r--src/lib/ffs.h5
-rw-r--r--src/lib/strtok_r.h2
3 files changed, 6 insertions, 3 deletions
diff --git a/src/lib/clock_gettime.h b/src/lib/clock_gettime.h
index e065466f2..daae9aabf 100644
--- a/src/lib/clock_gettime.h
+++ b/src/lib/clock_gettime.h
@@ -14,7 +14,7 @@
** Replacement for clock_gettime() for systems without it (like Mac OS X).
**/
-#include "cvc4_public.h"
+#include "cvc4_private.h"
#ifndef __CVC4__LIB__CLOCK_GETTIME_H
#define __CVC4__LIB__CLOCK_GETTIME_H
diff --git a/src/lib/ffs.h b/src/lib/ffs.h
index 2dc51d0e9..44fb40674 100644
--- a/src/lib/ffs.h
+++ b/src/lib/ffs.h
@@ -14,11 +14,14 @@
** Replacement for ffs() for systems without it (like Win32).
**/
-#include "cvc4_public.h"
+#include "cvc4_private.h"
#ifndef __CVC4__LIB__FFS_H
#define __CVC4__LIB__FFS_H
+//We include this for HAVE_FFS
+#include "cvc4autoconfig.h"
+
#ifdef HAVE_FFS
// available in strings.h
diff --git a/src/lib/strtok_r.h b/src/lib/strtok_r.h
index 644ff7a31..cc737043b 100644
--- a/src/lib/strtok_r.h
+++ b/src/lib/strtok_r.h
@@ -14,7 +14,7 @@
** Replacement for strtok_r() for systems without it (like Win32).
**/
-#include "cvc4_public.h"
+#include "cvc4_private.h"
#ifndef __CVC4__LIB__STRTOK_R_H
#define __CVC4__LIB__STRTOK_R_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback