Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
strlen() is used in GRN_TEXT_PUTS().
  • Loading branch information
kou committed Jan 12, 2016
1 parent 68611a3 commit b0d4cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/groonga/groonga.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <stdarg.h>
#include <sys/types.h>
#include <stdint.h>
#include <string.h>

#ifdef __cplusplus
extern "C" {
Expand Down

0 comments on commit b0d4cdf

Please sign in to comment.