Commit Diff


commit - 0ccaf6d834a7cf39eb007794741a30ec5e81b3e6
commit + d2742f9962342e99d192bf8173c4a1dd9bf7f82d
blob - 2b3ede636ab91ac02ada99adb2ab493f02fa3010
blob + a3d382ca22b6753ad4c1f7ab8bddaa9fa2eb4336
--- compat/strtonum.c
+++ compat/strtonum.c
@@ -19,7 +19,7 @@
 #include <limits.h>
 #include <stdlib.h>
 
-#include "config.h"
+#include "compat.h"
 
 #define	INVALID		1
 #define	TOOSMALL	2