diff options
| author | Michael Brown | 2010-05-30 16:29:05 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-05-31 04:11:57 +0200 |
| commit | 6c0e8c14be9546b49c097f5e6e8307bda3e7f5ac (patch) | |
| tree | b04dd064c978bf0525649e9d1b936a9724deadaf /src/include/ipxe/ieee80211.h | |
| parent | [pxe] Remove obsolete pxe_errortab.c (diff) | |
| download | ipxe-6c0e8c14be9546b49c097f5e6e8307bda3e7f5ac.tar.gz ipxe-6c0e8c14be9546b49c097f5e6e8307bda3e7f5ac.tar.xz ipxe-6c0e8c14be9546b49c097f5e6e8307bda3e7f5ac.zip | |
[libc] Enable automated extraction of error usage reports
Add preprocessor magic to the error definitions to enable every error
usage to be tracked.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/ieee80211.h')
| -rw-r--r-- | src/include/ipxe/ieee80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/ieee80211.h b/src/include/ipxe/ieee80211.h index 8f4aa9658..4e44f4349 100644 --- a/src/include/ipxe/ieee80211.h +++ b/src/include/ipxe/ieee80211.h @@ -1,6 +1,7 @@ #ifndef _IPXE_IEEE80211_H #define _IPXE_IEEE80211_H +#include <stddef.h> #include <ipxe/if_ether.h> /* for ETH_ALEN */ #include <endian.h> |
