]> git.pld-linux.org Git - packages/libmpd.git/blame - config.h.patch
include config.h to get HAVE_STRNDUP definition
[packages/libmpd.git] / config.h.patch
CommitLineData
216f689d
ER
1--- libmpd-11.8.17/src/libmpd.h~ 2011-08-17 12:31:47.000000000 +0000
2+++ libmpd-11.8.17/src/libmpd.h 2015-03-24 04:53:24.619240669 +0000
3@@ -37,6 +37,10 @@
4 #define __W32API_USE_DLLIMPORT__ 1
5 #endif
6
7+#ifdef HAVE_CONFIG_H
8+#include "config.h"
9+#endif
10+
11 #include "libmpdclient.h"
12
13 #ifndef TRUE
This page took 0.072016 seconds and 4 git commands to generate.