Browse Source

modules: include unistd.h when using ftruncate()

pull/162/head
Steve Lhomme 3 years ago
parent
commit
86baf4da14
  1. 1
      modules/keystore/file.c

1
modules/keystore/file.c

@ -30,6 +30,7 @@
#ifdef HAVE_FCNTL
#include <fcntl.h>
#endif
#include <unistd.h>
#include <vlc_common.h>
#include <vlc_plugin.h>

Loading…
Cancel
Save