fixed sun support in spooler

This commit is contained in:
Unbit
2014-09-16 18:23:11 +02:00
parent ba608de378
commit c4bb654455
+1 -1
View File
@@ -1,6 +1,6 @@
#include "uwsgi.h"
#if defined(__sun) && defined(__SVR4)
#ifdef __sun__
#include "strings.h"
#endif