Path: utzoo!attcan!uunet!ncrlnk!ncr-sd!hp-sdd!hplabs!hpda!hpcuhb!hpcllla!hpclisp!hpclscu!shankar From: shankar@hpclscu.HP.COM (Shankar Unni) Newsgroups: comp.sys.hp Subject: Re: HP X11 include file problem Message-ID: <1340047@hpclscu.HP.COM> Date: 24 Feb 89 20:24:45 GMT References: <508@mmlai.UUCP> Organization: Hewlett-Packard Calif. Language Lab Lines: 18 > Several of my programs are bombing in compile because the > include file /usr/include/X11/Xos.h is looking for the > file and it can't find it. Hmmm.. This sounds > like a BSD dependancy. Anyone from HP know about this? Yup. Just create a file /usr/include/strings.h which contains the one line #include Or, make a link (symbolic, preferably) from strings.h to string.h in /usr/include. ln -s /usr/include/string.h /usr/include/strings.h --- Shankar.