9759e5be25
- Honor CC, CFLAGS. - Make this compile with gcc3.
16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
$OpenBSD: patch-qfDES_memory_c,v 1.1 2002/10/06 22:28:49 naddy Exp $
|
|
--- qfDES_memory.c.orig Thu Apr 8 13:07:26 1999
|
|
+++ qfDES_memory.c Sun Oct 6 23:05:29 2002
|
|
@@ -8,7 +8,11 @@ February 1993
|
|
|
|
#include <stdio.h>
|
|
#include <memory.h>
|
|
+
|
|
+#ifndef __OpenBSD__
|
|
#include <malloc.h>
|
|
+#endif
|
|
+
|
|
#include <ctype.h>
|
|
#include "config.h"
|
|
#include "qfDES.h"
|