summaryrefslogtreecommitdiff
path: root/src/lib/ffs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffs.h')
-rw-r--r--src/lib/ffs.h5
1 files changed, 4 insertions, 1 deletions
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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback