summaryrefslogtreecommitdiff
path: root/strings/udiv.c
diff options
context:
space:
mode:
Diffstat (limited to 'strings/udiv.c')
-rw-r--r--strings/udiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/udiv.c b/strings/udiv.c
index 07af323a706..3efba5e149e 100644
--- a/strings/udiv.c
+++ b/strings/udiv.c
@@ -17,7 +17,7 @@
/* Do udiv and urem if machine dosn't have it */
-#include <global.h>
+#include <my_global.h>
#include <math.h>
unsigned long udiv(long unsigned int a, long unsigned int b)