Skip to content

Commit

Permalink
Add missing include of <string.h>.
Browse files Browse the repository at this point in the history
  • Loading branch information
brouhaha committed Jun 10, 2017
1 parent 06bdecf commit cf429f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tumble_png.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <strings.h> /* strcasecmp() is a BSDism */


Expand Down

0 comments on commit cf429f8

Please sign in to comment.