Skip to content
Snippets Groups Projects
Commit 7876823d authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Fixed missing includes for BSD.

parent b7dc55ca
Branches
Tags v1.0.0
No related merge requests found
......@@ -14,6 +14,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <config.h>
#ifdef HAVE_KQUEUE
#include <stdint.h>
......
......@@ -268,7 +268,7 @@ cendtodo () {
#include <sys/mman.h>
#include <regex.h>
#ifdef __APPLE__
#ifndef MAP_ANONYMOUS
#define MAP_ANONYMOUS MAP_ANON
#endif
......
......@@ -33,6 +33,7 @@
#include <string.h>
#include <stdlib.h>
#include <assert.h>
#include <sys/stat.h>
#include "common/base32hex.h"
#include "zcompile/zcompile.h"
......
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