diff options
Diffstat (limited to 'shell.h')
-rw-r--r-- | shell.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ #ifndef _SHELL_H #define _SHELL_H +#include <stddef.h> + typedef void (*shell_fn_t)(int argc, char *argv[]); struct shell_cmd { |