diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-06 15:55:40 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-06 15:55:40 +0200 |
commit | 41cc0a30c4a7243ece00e468fc7f53e56d047d41 (patch) | |
tree | 8690c3aa8ed325295e40b6dc4bae5e3da4b6c83a /src/mds.c | |
parent | add monotone macro (diff) | |
download | mds-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |