1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-26 03:51:32 +00:00

First cleanup to get to compiling (warnings, no errors) FreeBSD

This commit is contained in:
Nick Briggs
2017-05-25 12:51:47 -07:00
parent be2101ac49
commit 02569edbe0
12 changed files with 44 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ static char *id = "$Id: xcursor.c,v 1.4 2001/12/26 22:17:06 sybalsky Exp $ Copyr
#include <stdio.h>
#ifdef MACOSX
#if defined(MACOSX) || defined(FREEBSD)
#include <stdlib.h>
#else
#include <malloc.h>