]> git.sesse.net Git - vlc/commitdiff
"#if HAVE_MAEMO" -> "#ifdef HAVE_MAEMO"
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 10 May 2010 04:08:16 +0000 (06:08 +0200)
committerPierre Ynard <linkfanel@yahoo.fr>
Mon, 10 May 2010 04:08:16 +0000 (06:08 +0200)
Fixes warning

src/network/poll.c

index eb97c83db07749449b3dfac987ff927a6bf089fe..575bb10745ef34c26bdd5c732bebb5c1a017da8e 100644 (file)
@@ -30,7 +30,7 @@
 #include <vlc_network.h>
 
 
-#if HAVE_MAEMO
+#ifdef HAVE_MAEMO
 # include <signal.h>
 # include <errno.h>
 # include <poll.h>