From 0b0a9159ea36cf058809400eaa9452c23e8cc4a3 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Tue, 15 Jan 2008 22:37:27 +0000 Subject: [PATCH] _GNU_SOURCE is already taken of by config.h + typo --- modules/misc/lua/vlc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/misc/lua/vlc.h b/modules/misc/lua/vlc.h index f458fc3762..01dab968cb 100644 --- a/modules/misc/lua/vlc.h +++ b/modules/misc/lua/vlc.h @@ -22,14 +22,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#ifndef VLCLUA_H +#ifndef VLC_LUA_H #define VLC_LUA_H /***************************************************************************** * Preamble *****************************************************************************/ -#ifndef _GNU_SOURCE -# define _GNU_SOURCE -#endif #include #include -- 2.39.2