roken: Make tsearch build on windows
no sys/cdefs.h on windows
This commit is contained in:

committed by
Simon Wilkinson

parent
36f9851a4e
commit
988355d9d0
@@ -18,7 +18,9 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <sys/cdefs.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user