mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
style(9) cleanup
This commit is contained in:
parent
5c6d2a0100
commit
5f099d0a7d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,8 +38,8 @@
|
|||
#define DMALLOCDEBUG /* add debugging code to gather stats */
|
||||
#define ZALLOCDEBUG
|
||||
|
||||
#include <string.h>
|
||||
#include <sys/stdint.h>
|
||||
#include <string.h>
|
||||
#include "stand.h"
|
||||
|
||||
typedef uintptr_t iaddr_t; /* unsigned int same size as pointer */
|
||||
|
|
|
|||
Loading…
Reference in a new issue