13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
$OpenBSD: patch-xlib_c,v 1.2 2002/09/08 07:43:52 mark Exp $
|
|
--- xlib.c.orig Wed Jun 7 22:41:06 2000
|
|
+++ xlib.c Sun Sep 8 00:38:45 2002
|
|
@@ -35,7 +35,7 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
-#ifndef __FreeBSD__
|
|
+#if defined(__linux__)
|
|
#include <malloc.h>
|
|
#else
|
|
#include <stdlib.h>
|