Include <sys.systm.h> for the declaration of some atomic functions -- don't

depend on namespace pollution in <sys/mutex.h>.
This commit is contained in:
bde 2002-05-22 06:26:44 +00:00
parent e6fbc84685
commit 553d6172dc

View File

@ -42,6 +42,7 @@
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/systm.h>
#include <net/raw_cb.h>