mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
sys/dev/cfi: include sys/types.h as well
This will soon be a dependency for machine/atomic.h on mips with the introduction of 64-bit atomics; the scope here is pretty narrow, so throw it here in the header just before systm.h, which includes machine/atomic.h
This commit is contained in:
parent
137aed91e7
commit
85ccd84cb3
1 changed files with 1 additions and 0 deletions
|
|
@ -63,6 +63,7 @@
|
|||
* CFE_API_* can be defined here as desired.
|
||||
*/
|
||||
/* Begin customization. */
|
||||
#include <sys/types.h>
|
||||
#include <sys/stdint.h> /* All of the typedefs. */
|
||||
#include <sys/systm.h> /* strlen() prototype. */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue