Skip to content

Commit 92c7694

Browse files
committed
* Fixed #49
1 parent 73005cc commit 92c7694

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/platform/iwp.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232
#include "utils/iwuuid.h"
3333
#include <stdio.h>
3434

35-
#if defined(__APPLE__) || defined(__FreeBSD__) || defined(__ANDROID__) || !_GNU_SOURCE
36-
#include <libgen.h>
37-
#elif defined(_WIN32)
35+
#if defined(_WIN32)
3836
#include <libiberty/libiberty.h>
3937
#include <direct.h>
4038
#else
41-
#include <string.h>
39+
#include <libgen.h>
4240
#endif
4341

42+
#include <string.h>
43+
4444
unsigned int iwcpuflags = 0;
4545
static iwrc _iwp_init_impl(void);
4646

0 commit comments

Comments
 (0)