pkgsrc-ng/editors/mule/patches/patch-src_xmenu_c
2013-09-26 17:14:40 +02:00

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"