]> git.marmaro.de Git - mmh/blobdiff - uip/spost.c
* sbr/fmt_scan.c:PUTSF() Fix an off by one formatting issue.
[mmh] / uip / spost.c
index 5a7d9435a51194c156415eb2c54990cf61901483..e2b43bd6350b4d68db03e335c9f9417539e3e7f8 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)