Skip to content

Commit bada59f

Browse files
committed
Include string.h to fix compilation on illumos (thanks to jwntree)(#67)
1 parent 5ece6df commit bada59f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

c_src/ioqueue.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*/
1717

1818
#include <stdlib.h>
19+
#include <string.h>
1920
#include <memory.h>
2021
#include "ioqueue.h"
2122

0 commit comments

Comments
 (0)