Skip to content
Snippets Groups Projects
Commit 54a897b5 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix compilation on FreeBSD

parent dc14e234
No related merge requests found
......@@ -31,6 +31,7 @@
#include <stdlib.h>
#include <stdarg.h>
#include <errno.h>
#include <sys/types.h> /* pid_t */
#if defined(__cplusplus)
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment