blob: fa1a364cab0a84505c351170e353436a65c8658a (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- bash-2.02.1.orig/general.h
+++ bash-2.02.1/general.h
@@ -21,6 +21,7 @@
#if !defined (_GENERAL_H_)
#define _GENERAL_H_
+#include <sys/types.h>
#include "stdc.h"
#include "bashtypes.h"
|