summaryrefslogtreecommitdiff
path: root/src/input/libreal/real.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-18 00:21:47 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2009-01-18 00:21:47 +0000
commitc8f8261d199af4956aeaf387b2fde41baf905f83 (patch)
tree8de84833341e5a2ac508e5570c229995bfba8484 /src/input/libreal/real.c
parent9c1133236282fe7bc04d8a04771ccb0f5b93c0e3 (diff)
downloadxine-lib-c8f8261d199af4956aeaf387b2fde41baf905f83.tar.gz
xine-lib-c8f8261d199af4956aeaf387b2fde41baf905f83.tar.bz2
Remove '#include "config.h"' from all public header files.
This requires that many other files include config.h themselves. Also convert <config.h> to "config.h".
Diffstat (limited to 'src/input/libreal/real.c')
-rw-r--r--src/input/libreal/real.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/libreal/real.c b/src/input/libreal/real.c
index c0e11fa00..dcb90bcd0 100644
--- a/src/input/libreal/real.c
+++ b/src/input/libreal/real.c
@@ -21,6 +21,10 @@
* adopted from joschkas real tools.
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <string.h>