mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
$NetBSD: patch-src_xmenu_c,v 1.1 2011/12/24 17:07:08 dholland Exp $
|
|
|
|
- use standard headers
|
|
|
|
--- src/xmenu.c~ 1995-02-17 07:47:37.000000000 +0000
|
|
+++ src/xmenu.c
|
|
@@ -34,6 +34,7 @@ the Free Software Foundation, 675 Mass A
|
|
#include <config.h>
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "lisp.h"
|
|
#include "termhooks.h"
|
|
#include "frame.h"
|