summaryrefslogtreecommitdiff
path: root/recordmydesktop/include
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r--recordmydesktop/include/recordmydesktop.h2
-rw-r--r--recordmydesktop/include/rmdfunc.h4
-rw-r--r--recordmydesktop/include/rmdmacro.h4
-rw-r--r--recordmydesktop/include/rmdtypes.h2
4 files changed, 8 insertions, 4 deletions
diff --git a/recordmydesktop/include/recordmydesktop.h b/recordmydesktop/include/recordmydesktop.h
index 9c63a7f..adbc233 100644
--- a/recordmydesktop/include/recordmydesktop.h
+++ b/recordmydesktop/include/recordmydesktop.h
@@ -29,7 +29,7 @@
#define RECORDMYDESKTOP_H 1
#ifdef HAVE_CONFIG_H
- #include <config.h>
+ #include "config.h"
#endif
//header inclusion is completely fucked up
diff --git a/recordmydesktop/include/rmdfunc.h b/recordmydesktop/include/rmdfunc.h
index 01a1c92..a920150 100644
--- a/recordmydesktop/include/rmdfunc.h
+++ b/recordmydesktop/include/rmdfunc.h
@@ -24,15 +24,17 @@
* For further information contact me at johnvarouhakis@gmail.com *
******************************************************************************/
+
#ifndef RMDFUNC_H
#define RMDFUNC_H 1
#ifdef HAVE_CONFIG_H
- #include <config.h>
+ #include "config.h"
#endif
#include "rmdtypes.h"
+
/**Function prototypes*/
/**
diff --git a/recordmydesktop/include/rmdmacro.h b/recordmydesktop/include/rmdmacro.h
index 13455ed..90fbe2a 100644
--- a/recordmydesktop/include/rmdmacro.h
+++ b/recordmydesktop/include/rmdmacro.h
@@ -24,15 +24,17 @@
* For further information contact me at johnvarouhakis@gmail.com *
******************************************************************************/
+
#ifndef RMDMACRO_H
#define RMDMACRO_H 1
#ifdef HAVE_CONFIG_H
- #include <config.h>
+ #include "config.h"
#endif
#include "rmdtypes.h"
+
//define which way we are reading a pixmap
#if __BYTE_ORDER == __LITTLE_ENDIAN
#define __ABYTE 3
diff --git a/recordmydesktop/include/rmdtypes.h b/recordmydesktop/include/rmdtypes.h
index 08e72dd..2601211 100644
--- a/recordmydesktop/include/rmdtypes.h
+++ b/recordmydesktop/include/rmdtypes.h
@@ -26,7 +26,7 @@
#define RMDTYPES_H 1
#ifdef HAVE_CONFIG_H
- #include <config.h>
+ #include "config.h"
#endif
© All Rights Reserved