summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/clock_gettime.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/clock_gettime.h b/src/lib/clock_gettime.h
index e419e16b0..e158ff836 100644
--- a/src/lib/clock_gettime.h
+++ b/src/lib/clock_gettime.h
@@ -5,7 +5,7 @@
** Major contributors: none
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
@@ -16,6 +16,8 @@
** Replacement for clock_gettime() for systems without it (like Mac OS X).
**/
+#include "cvc4_public.h"
+
#ifndef __CVC4__LIB__CLOCK_GETTIME_H
#define __CVC4__LIB__CLOCK_GETTIME_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback