aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/picosat-965/picosat.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/picosat-965/picosat.h')
-rw-r--r--test/monniaux/picosat-965/picosat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/monniaux/picosat-965/picosat.h b/test/monniaux/picosat-965/picosat.h
index 668bc00b..2369b1a6 100644
--- a/test/monniaux/picosat-965/picosat.h
+++ b/test/monniaux/picosat-965/picosat.h
@@ -23,6 +23,8 @@ IN THE SOFTWARE.
#ifndef picosat_h_INCLUDED
#define picosat_h_INCLUDED
+#define INT_MOD(x, y) ((long) (x) % (y))
+
/*------------------------------------------------------------------------*/
#include <stdlib.h>