diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 11:20:02 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-12 11:20:02 +0100 |
| commit | 8237e8961f34fc0902be25c05c9efa83c9b7bd91 (patch) | |
| tree | f28ca181c61f13fe639fa2107601ec1bd6bf054e /src/nissy.c | |
| parent | 50bd8f0f568120e554d416f474cc72247d0b3240 (diff) | |
| parent | e26d50d87cb2b1695d42f1ff8b9ab29a7d10e3aa (diff) | |
| download | nissy-core-8237e8961f34fc0902be25c05c9efa83c9b7bd91.tar.gz nissy-core-8237e8961f34fc0902be25c05c9efa83c9b7bd91.zip | |
Merge branch 'master' of tronto.net:nissy-core into windows
Diffstat (limited to 'src/nissy.c')
| -rw-r--r-- | src/nissy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nissy.c b/src/nissy.c index 4bfdb56..594bdc4 100644 --- a/src/nissy.c +++ b/src/nissy.c | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #include <stdlib.h> | 1 | #include <stdlib.h> |
| 2 | #include <inttypes.h> | 2 | #include <inttypes.h> |
| 3 | #include <limits.h> | 3 | #include <limits.h> |
| 4 | #include <pthread.h> | ||
| 5 | #include <stdatomic.h> | 4 | #include <stdatomic.h> |
| 6 | #include <stdarg.h> | 5 | #include <stdarg.h> |
| 7 | #include <stdbool.h> | 6 | #include <stdbool.h> |
