mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 14:17:06 -04:00
Renamed "aio.h" as <sys/dataacq.h>.
This commit is contained in:
parent
f8c191bd8e
commit
b74f75a231
1 changed files with 2 additions and 1 deletions
|
|
@ -40,7 +40,6 @@
|
|||
*/
|
||||
|
||||
#include "labpc.h"
|
||||
#include "aio.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
|
|
@ -53,6 +52,8 @@
|
|||
#include <sys/malloc.h>
|
||||
#include <sys/errno.h>
|
||||
#include <sys/buf.h>
|
||||
#include <sys/dataacq.h>
|
||||
|
||||
#include <machine/devconf.h>
|
||||
#include <machine/clock.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue