mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
11 lines
258 B
C
11 lines
258 B
C
--- vtmouse.c.orig Sat Jun 3 23:05:57 2000
|
|
+++ vtmouse.c Sat Oct 7 14:37:42 2006
|
|
@@ -8,6 +8,8 @@
|
|
#define SPLITVT_SOURCE
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include "vtmouse.h"
|
|
|
|
extern FILE *safe_popen(); /* From misc.c */
|