summaryrefslogtreecommitdiff
path: root/playlist.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-16 19:16:42 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-05-16 19:16:42 +0200
commit68ba7966ebaff30646c34c5007b08631f4c1c0e4 (patch)
treec10107d0f75d2f2382a60d6c04fcc7c0c3b94079 /playlist.c
parentbcde17ae9e833f5f1dadfe6a7bde039a882959d9 (diff)
fixed gettext support in playlist.c
Diffstat (limited to 'playlist.c')
-rw-r--r--playlist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/playlist.c b/playlist.c
index 1ff7b9f0..47054e7e 100644
--- a/playlist.c
+++ b/playlist.c
@@ -15,9 +15,9 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-//#ifdef HAVE_CONFIG_H
-//# include <config.h>
-//#endif
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
#include <stdlib.h>
#include <string.h>
#include <dirent.h>