summaryrefslogtreecommitdiff
path: root/shells/fish/patches/patch-proc.h
blob: 1955ec60fe55aa7c4a3b74c28ebe1886c7bca97d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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"