Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
strncmp is in string.h not strings.h
  • Loading branch information
jyavenard committed Feb 20, 2013
1 parent 3199429 commit 2f28a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/external/libmythbluray/file/file_posix.c
Expand Up @@ -36,7 +36,7 @@
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <strings.h>
#include <string.h>

#ifdef WIN32
#include <windows.h>
Expand Down

0 comments on commit 2f28a16

Please sign in to comment.