aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-05-06 15:55:40 +0200
committerMattias Andrée <maandree@operamail.com>2014-05-06 15:55:40 +0200
commit41cc0a30c4a7243ece00e468fc7f53e56d047d41 (patch)
tree8690c3aa8ed325295e40b6dc4bae5e3da4b6c83a /src/mds.c
parentadd monotone macro (diff)
downloadmds-41cc0a30c4a7243ece00e468fc7f53e56d047d41.tar.gz
mds-41cc0a30c4a7243ece00e468fc7f53e56d047d41.tar.bz2
mds-41cc0a30c4a7243ece00e468fc7f53e56d047d41.tar.xz
move config.h into libmdsserver
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds.c b/src/mds.c
index 8b2423a..6a8b3f8 100644
--- a/src/mds.c
+++ b/src/mds.c
@@ -16,8 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "mds.h"
-#include "config.h"
+#include <libmdsserver/config.h>
#include <libmdsserver/macros.h>
#include <sys/stat.h>