summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/unexhp9k800.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unexhp9k800.c b/src/unexhp9k800.c
index 76bfa1f8551..9e22bd5b3a3 100644
--- a/src/unexhp9k800.c
+++ b/src/unexhp9k800.c
@@ -63,6 +63,7 @@ run_time_remap (ignored)
brk (brk_on_dump);
}
+#undef roundup
#define roundup(x,n) (((x) + ((n) - 1)) & ~((n) - 1)) /* n is power of 2 */
#define min(x,y) (((x) < (y)) ? (x) : (y))