Browse Source

Remove harmful HAVE_SEARCH_H

This fixes building the keysym generator.
Regression from 3cea7a7899.
pull/70/head
Rémi Denis-Courmont 8 years ago
parent
commit
eca2be7d7f
  1. 2
      modules/services_discovery/pulse.c
  2. 2
      modules/services_discovery/udev.c
  3. 2
      modules/video_output/xcb/keysym.c

2
modules/services_discovery/pulse.c

@ -24,9 +24,7 @@
# include <config.h>
#endif
#ifdef HAVE_SEARCH_H
#include <search.h>
#endif
#include <assert.h>
#include <vlc_common.h>

2
modules/services_discovery/udev.c

@ -25,9 +25,7 @@
#endif
#include <errno.h>
#ifdef HAVE_SEARCH_H
#include <search.h>
#endif
#include <poll.h>
#include <sys/stat.h>
#include <fcntl.h>

2
modules/video_output/xcb/keysym.c

@ -25,9 +25,7 @@
#include <stdlib.h>
#include <inttypes.h>
#include <limits.h>
#ifdef HAVE_SEARCH_H
#include <search.h>
#endif
#include <assert.h>
struct keysym

Loading…
Cancel
Save