* patch #3968: Move the add() function from its own file (add.c) and
[mmh] / uip / spost.c
index 5a7d943..e2b43bd 100644 (file)
@@ -19,6 +19,7 @@
 #include <h/dropsbr.h>
 #include <h/tws.h>
 #include <h/mts.h>
+#include <h/utils.h>
 
 #define        uptolow(c)      ((isalpha(c) && isupper (c)) ? tolower (c) : c)