[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Another error



Sorry to be that guy today, but there is another error when compiling the dmapi command tree from CVS, on Slackware 8.  The include/dmapi.h file #include()’s <linux/types.h>, but in order to pull in the mode_t on Slackware (don’t know about any other distro yet), you must also #include <sys/types.h>.  After adding that line, it compiled fine.

 

Adam Pendleton