summaryrefslogtreecommitdiff
path: root/memdisk/strntoumax.c
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2011-02-07 18:53:46 -0500
committerGene Cumm <gene.cumm@gmail.com>2011-02-07 18:53:46 -0500
commitfac8edfb3d4e80eaf23c2bab3ff47d59ae472934 (patch)
tree3d05030875260f913be6b01dcab74c2744957136 /memdisk/strntoumax.c
parent9db4955a474ef60e9f405fad37aa3bf9ab358c7f (diff)
downloadsyslinux-fac8edfb3d4e80eaf23c2bab3ff47d59ae472934.tar.gz
memdisk: Add strtoull from libcom32 by #include
Diffstat (limited to 'memdisk/strntoumax.c')
-rw-r--r--memdisk/strntoumax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/memdisk/strntoumax.c b/memdisk/strntoumax.c
new file mode 100644
index 00000000..6fa2f357
--- /dev/null
+++ b/memdisk/strntoumax.c
@@ -0,0 +1 @@
+#include "../com32/lib/strntoumax.c"