diff options
author | Ryo Nakamura <upa@haeena.net> | 2024-02-12 00:54:28 +0900 |
---|---|---|
committer | Ryo Nakamura <upa@haeena.net> | 2024-02-12 00:54:28 +0900 |
commit | 4e895bb72e035c7c5034dd8beca7c8497413ad9e (patch) | |
tree | be39e85747a3f3562ce49032a39f2c87614dc640 /src/platform.c | |
parent | f1522368446310ab697e2a60cd69119d741cf7cf (diff) |
add htonll and ntohll
Diffstat (limited to 'src/platform.c')
-rw-r--r-- | src/platform.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/platform.c b/src/platform.c index aace709..96bbf68 100644 --- a/src/platform.c +++ b/src/platform.c @@ -22,6 +22,7 @@ #error unsupported platform #endif +#include <config.h> #include <platform.h> #include <strerrno.h> #include <print.h> @@ -163,3 +164,5 @@ int sem_release(sem_t *sem) } #endif + + |