Skip to content

Commit

Permalink
more stdbool
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno committed Nov 7, 2024
1 parent b66dff7 commit 9cbb401
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/os/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#pragma once

#include <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>

typedef enum {
Expand Down
2 changes: 2 additions & 0 deletions include/plugin/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@

#pragma once

#include <stdbool.h>

bool plugin_exists(const char *plugin);
int plugin_run(const char *plugin, const char *dst, const char *src);

0 comments on commit 9cbb401

Please sign in to comment.