dvdauthor:first release

This commit is contained in:
alihanozturk
2016-06-25 12:03:06 +03:00
parent 53c7b92614
commit eb592969ff
4 changed files with 108 additions and 0 deletions
@@ -0,0 +1,14 @@
diff --git a/src/compat.h b/src/compat.h
index 126dcd7..93de081 100644
--- a/src/compat.h
+++ b/src/compat.h
@@ -1,6 +1,8 @@
// basic headers
#define _GNU_SOURCE /* really just for strndup */
+#include "config.h"
+
#ifdef HAVE_STDBOOL_H
# include <stdbool.h>
#else