From: wayne@rose.cs.odu.edu (C Wayne Huling) Subject: Missing .h file Date: 26 Jul 1993 17:56:46 GMT
I tried to compile an example program and the following error came up:
kimpeck:/home/mark$ make
cc -O hellow.c -o hellow
In file included from /usr/include/X11/Xlib.h:42, from hellow.c:2:
/usr/include/sys/types.h:1: linux/types.h: No such file or directory
make: *** [hellow] Error 1
Where is linux/types.h?