Commit 28737ffc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

vlc_fixups.h: Protect against multiple inclusions

parent 49c53195
......@@ -24,6 +24,9 @@
* This file is a collection of portability fixes
*/
#ifndef LIBVLC_FIXUPS_H
# define LIBVLC_FIXUPS_H 1
#ifndef HAVE_STRDUP
# define strdup vlc_strdup
#endif
......@@ -118,3 +121,4 @@ static struct tm *localtime_r (const time_t *timep, struct tm *result)
}
#endif
#endif /* !LIBVLC_FIXUPS_H */
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