*** server.c.orig Sat Jan 15 12:59:19 2000 --- server.c Sat Jan 15 13:17:07 2000 *************** *** 65,71 **** --- 65,73 ---- #include #include #include + #ifndef FREEBSD #include + #endif #include #include #include *************** *** 79,85 **** --- 81,91 ---- #ifdef SCHED_PRIORITY #include #endif + #ifndef FREEBSD #include + #else + #include + #endif #include "wavplay.h" #include "server.h"