From: Pierre Ynard Date: Mon, 10 May 2010 04:08:16 +0000 (+0200) Subject: "#if HAVE_MAEMO" -> "#ifdef HAVE_MAEMO" X-Git-Tag: 1.2.0-pre1~6713 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=a9e82f63ae2c02ce5b8e33062565670ab5601207;p=vlc "#if HAVE_MAEMO" -> "#ifdef HAVE_MAEMO" Fixes warning --- diff --git a/src/network/poll.c b/src/network/poll.c index eb97c83db0..575bb10745 100644 --- a/src/network/poll.c +++ b/src/network/poll.c @@ -30,7 +30,7 @@ #include -#if HAVE_MAEMO +#ifdef HAVE_MAEMO # include # include # include