1--- table-update.cpp.orig 2018-05-21 12:32:01 UTC 2+++ table-update.cpp 3@@ -1,7 +1,7 @@ 4 #include "gcin.h" 5 #include <sys/stat.h> 6 #if UNIX 7-#include <linux/limits.h> 8+#include <sys/limits.h> 9 #endif 10 11 void update_table_file(char *name, int version) 12 13