diff options
author | Richard Braun <rbraun@sceen.net> | 2017-12-18 00:34:53 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-12-18 00:34:53 +0100 |
commit | d6176a972708c34ed06a644c07b19a4bd0eae37c (patch) | |
tree | c7a48ba3f3c9b4537ef1de61a2e706d07124fd57 /shell.h | |
parent | 356bf53ba569a94862b0b6ad98e5ef1592690a4b (diff) |
shell: fix header inclusions
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 { |