Commit db4c7160 authored by Rafaël Carré's avatar Rafaël Carré

vlc_fixups.h : get NULL declaration when needed

parent f4440b1b
......@@ -38,6 +38,11 @@ typedef struct
} lldiv_t;
#endif
#if !defined(HAVE_GETENV) || \
!defined(HAVE_USELOCALE)
# include <stdlib.h> /* NULL */
#endif
#ifndef HAVE_REWIND
# include <stdio.h> /* FILE */
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment