mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
|
--- src/qfdes/qfDES-memory.c.orig Thu Oct 31 14:39:50 1996
|
||
|
+++ src/qfdes/qfDES-memory.c Thu Oct 31 14:41:52 1996
|
||
|
@@ -12,7 +12,7 @@
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <memory.h>
|
||
|
-#include <malloc.h>
|
||
|
+#include <stdlib.h>
|
||
|
#include <ctype.h>
|
||
|
#include "qfDES.h"
|
||
|
|