freebsd_network: Fix undefined reference caused by incorrect includes.
This commit is contained in:
@@ -9,11 +9,11 @@
|
|||||||
|
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
#include <sys/mutex.h>
|
||||||
|
|
||||||
#include "unit.h"
|
#include "unit.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <compat/sys/mutex.h>
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <util/RadixBitmap.h>
|
#include <util/RadixBitmap.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user