aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-25 18:47:12 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-09-25 18:47:12 +0200
commitd9d1b5c19f40515cb7c660acda7265bbddbb73d6 (patch)
tree7738575927dab939dfe06096cb6c98082f22b744
parentb6d2834eefc79ee2536796768716ebdb0073678e (diff)
misc: Work with src != builddir
libosmo-abis/0.3.0+gitrAUTOINC+b6d2834eef-r2.14.0/git/src/input/dahdi.c:25:26: fatal error: ../../config.h: No such file or directory #include "../../config.h"
-rw-r--r--src/input/dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/dahdi.c b/src/input/dahdi.c
index 030bef3..9f1f2bb 100644
--- a/src/input/dahdi.c
+++ b/src/input/dahdi.c
@@ -22,7 +22,7 @@
*
*/
-#include "../../config.h"
+#include "config.h"
#ifdef HAVE_DAHDI_USER_H