mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
10 lines
237 B
C
10 lines
237 B
C
--- vtmouse.c.orig Sat Jun 3 14:05:57 2000
|
|
+++ vtmouse.c Wed Jun 18 04:46:02 2003
|
|
@@ -8,6 +8,7 @@
|
|
#define SPLITVT_SOURCE
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "vtmouse.h"
|
|
|
|
extern FILE *safe_popen(); /* From misc.c */
|