[comp.windows.x] fix-17 incorrect for System V.3.2

martin@clubmed.hf.intel.com.ogi.edu (10/13/90)

The fix-17 patch is incorrect for System V.3.2 machines.  The
patch added the gettimeofday call to lib/X/sysV/Berlib.c.  The
patch does not include the appropriate header files.  

The patch needs to be changed as follows:

add:
#include <stdio.h>
#include "Xos.h"

delete:
#include <sys/types.h>


This is needed to pull in the declaration of "timeval" from Xos.h
and to define "stderr".