Commit fc5a99b9 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Jean-Baptiste Kempf

fsstorage: missing #include

```--
  CC       addons/fsstorage.lo
addons/fsstorage.c: In function 'WriteCatalog':
addons/fsstorage.c:543:5: error: implicit declaration of function 'getpid' [-Werror=implicit-function-declaration]
cc1: some warnings being treated as errors
make.exe[5]: *** [addons/fsstorage.lo] Error 1
```

--
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 62fd9456
......@@ -40,6 +40,8 @@
#include <sys/stat.h>
#include <errno.h>
#include <unistd.h> // getpid()
/*****************************************************************************
* Local prototypes
*****************************************************************************/
......
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