diff options
author | Tom Smeding <t.j.smeding@uu.nl> | 2024-07-20 12:37:06 +0200 |
---|---|---|
committer | Tom Smeding <t.j.smeding@uu.nl> | 2024-07-20 12:37:06 +0200 |
commit | ae4028fb7da72600344c17ffbf24a4c1d726d3f4 (patch) | |
tree | 488e6a7e066dfee6b2e4cde4aa9bf90b80fd5cd0 /src | |
parent | ad174804745a209a093fa78b8101d40dc2067b22 (diff) |
Voeg import toe voor gcc 11
Diffstat (limited to 'src')
-rw-r--r-- | src/weerklank.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/weerklank.c b/src/weerklank.c index 86a43cd..477aef4 100644 --- a/src/weerklank.c +++ b/src/weerklank.c @@ -1,5 +1,6 @@ #include <stdio.h> #include <stdlib.h> +#include <stdbool.h> #include <string.h> #include <ctype.h> #include <unistd.h> |