Files
pkgsrc-ng/shells/fish/patches/patch-proc.h
2013-09-26 17:14:40 +02:00

16 lines
269 B
C

$NetBSD: patch-proc.h,v 1.1 2012/12/12 13:21:42 wiz Exp $
Fix missing include
--- proc.h.orig 2009-03-08 14:46:47.000000000 +0000
+++ proc.h
@@ -16,6 +16,8 @@
#include <unistd.h>
#include <sys/time.h>
+#include <termios.h>
+
#include "util.h"
#include "io.h"