freebsd-ports/misc/vifm/files/patch-src__commands.c
Martin Wilke fd7cf054eb - Update to 0.6.2
PR:		158493
Submitted by:	Ports Fury
2011-07-02 16:10:58 +00:00

11 lines
324 B
C

--- src/commands.c.orig 2011-06-19 22:52:25.000000000 +0900
+++ src/commands.c 2011-06-26 15:19:03.000000000 +0900
@@ -27,6 +27,8 @@
#include <stdlib.h> /* system() */
#include <string.h> /* strncmp() */
#include <time.h>
+#include <sys/types.h>
+#include <sys/wait.h>
#include "background.h"
#include "bookmarks.h"