[libbluray-devel] Include config.h
hpi1
git at videolan.org
Fri May 12 13:51:03 CEST 2017
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Fri May 12 13:23:13 2017 +0300| [184278acc1ca37354be601baa284a79acc8954b6] | committer: hpi1
Include config.h
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=184278acc1ca37354be601baa284a79acc8954b6
---
src/util/bits.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/util/bits.c b/src/util/bits.c
index d2db5347..f6c29b1d 100644
--- a/src/util/bits.c
+++ b/src/util/bits.c
@@ -20,6 +20,10 @@
* <http://www.gnu.org/licenses/>.
*****************************************************************************/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "bits.h"
#include "file/file.h"
More information about the libbluray-devel
mailing list