summaryrefslogtreecommitdiff
path: root/bitfield.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-12 23:02:01 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-12 23:02:01 +0000
commit7a57eeccd8ded740d88aba3ea9dcb09050983dd0 (patch)
tree945953d547076b67567bd99b945ec33c6ee1ea59 /bitfield.c
parentb50243af303373a0af9185dd12d86b21990dde14 (diff)
Remove stupid MAXPOSLONG define (otherwise standardized as LONG_MAX)
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@13 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'bitfield.c')
-rw-r--r--bitfield.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bitfield.c b/bitfield.c
index 3d56794..5f85e34 100644
--- a/bitfield.c
+++ b/bitfield.c
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <stdint.h>
#include <math.h>
+#include <limits.h>
#include "nmglobal.h"
#include "nbench1.h"