]> git.sesse.net Git - vlc/blobdiff - bin/rootwrap.c
"#if HAVE_FOO" -> "#ifdef HAVE_FOO"
[vlc] / bin / rootwrap.c
index e95784c9dc3dc5604ae2e21497efe5bea894c903..1527406e2d2d8faa050f16653fe217db0bcd214f 100644 (file)
@@ -18,7 +18,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#if HAVE_CONFIG_H
+#ifdef HAVE_CONFIG_H
 # include <config.h>
 #endif
 #define _XPG4_2 /* ancilliary data on Solaris */