diff options
-rw-r--r-- | src/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.h b/src/widget.h index a54d2d1..c82eef8 100644 --- a/src/widget.h +++ b/src/widget.h @@ -3,7 +3,7 @@ #ifndef __CHERRY_WIDGET_H__ #define __CHERRY_WIDGET_H__ -#include <stdlib.h> /* used bu utils.h until I'll fix that */ +#include <stdlib.h> /* used by utils.h until I'll fix that */ #include <utils.h> #include "dimension.h" |