Skip to content
Snippets Groups Projects
Commit 98cf2088 authored by deuce's avatar deuce
Browse files

Needs to include <sys/param.h> for the BSD macro.

parent a6f7e5c5
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,7 @@
#include <fcntl.h> /* fcntl() file/record locking */
#include <sys/file.h> /* L_SET for Solaris */
#include <errno.h>
#include <sys/param.h> /* BSD */
#endif
......
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