|
|
| version 1.1.2.1, 2013/06/25 09:08:10 | version 1.1.2.2, 2013/06/25 09:22:10 |
|---|---|
| Line 37 | Line 37 |
| #include <netinet/if_ether.h> | #include <netinet/if_ether.h> |
| #endif | #endif |
| #include <aitio.h> | |
| #ifndef roundup | #ifndef roundup |
| #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) /* to any y */ | #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) /* to any y */ |
| #endif | #endif |