Hi my driver need some system include files in it so I can use the flowing
functions

#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <unistd.h>

open()
ioctl()
close()

but the X server design book says all modules (my driver is static) must NOT
include any system
include files

help please

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to