Browse Source

vlc_fixups.h: Protect against multiple inclusions

pull/2/head
Rémi Denis-Courmont 19 years ago
parent
commit
28737ffcb5
  1. 4
      include/vlc_fixups.h

4
include/vlc_fixups.h

@ -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 */

Loading…
Cancel
Save