diff options
author | Max Kellermann <max@duempel.org> | 2008-12-29 17:28:32 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-29 17:28:32 +0100 |
commit | 95b3430f5277cf36bc9acc989e301ae302747a98 (patch) | |
tree | 8080eae01aa2d58873fa3de47a1eae8543f024b4 /src/zeroconf.h | |
parent | 041b8f697bb31ce443de0e6f9e4eee892f9e2ac8 (diff) | |
download | mpd-95b3430f5277cf36bc9acc989e301ae302747a98.tar.gz mpd-95b3430f5277cf36bc9acc989e301ae302747a98.tar.xz mpd-95b3430f5277cf36bc9acc989e301ae302747a98.zip |
removed os_compat.h
Only include headers which are really needed. os_compat.h aimed to
make MPD easily portable, but was never actually made portable.
Diffstat (limited to '')
-rw-r--r-- | src/zeroconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zeroconf.h b/src/zeroconf.h index a18c23f8c..4ebe9e22a 100644 --- a/src/zeroconf.h +++ b/src/zeroconf.h @@ -19,7 +19,7 @@ #ifndef MPD_ZEROCONF_H #define MPD_ZEROCONF_H -#include "../config.h" +#include "config.h" #ifdef HAVE_ZEROCONF |