lib: relicense smb_strtoul(l) under LGPLv3
[samba.git] / source3 / lib / util_str.c
index c31667c882135207b629089cb7cd94781fc3c4b5..13d30785c752915d370d34398472966915641fe6 100644 (file)
@@ -24,6 +24,7 @@
 
 #include "includes.h"
 #include "lib/param/loadparm.h"
+#include "lib/util/smb_strtox.h"
 
 static const char toupper_ascii_fast_table[128] = {
        0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xa, 0xb, 0xc, 0xd, 0xe, 0xf,