Fix compilation of new choose kitten under FreeBSD

I hope. Fixes #1347
This commit is contained in:
Kovid Goyal
2019-01-30 09:11:25 +05:30
parent 526c526bf3
commit 8952afd6cc
2 changed files with 1 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
*/
#pragma once
#include "data-types.h"
#if defined(_MSC_VER)
#define ISWINDOWS
#define STDCALL __stdcall
@@ -22,11 +23,6 @@ typedef SSIZE_T ssize_t;
#else
#define STDCALL
#endif
#define _POSIX_C_SOURCE 200809L
#include <sys/types.h>
#include <stdint.h>
#include <stdbool.h>
#include "vector.h"

View File

@@ -5,7 +5,6 @@
* Distributed under terms of the GPL3 license.
*/
#include "data-types.h"
#include "choose-data-types.h"
#include "charsets.h"