Skip to content

Commit 2a6559e

Browse files
committed
api: Include <string.h> to avoid implicit function declarations
1 parent 409f2c2 commit 2a6559e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/libsphinxclient/test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <stdarg.h>
1717
#include <stdio.h>
1818
#include <stdlib.h>
19+
#include <string.h>
1920

2021
#if _WIN32
2122
#include <winsock2.h>

0 commit comments

Comments
 (0)