diff options
Diffstat (limited to 'textscreen/txt_label.c')
-rw-r--r-- | textscreen/txt_label.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textscreen/txt_label.c b/textscreen/txt_label.c index 32610f9e..a6ac8293 100644 --- a/textscreen/txt_label.c +++ b/textscreen/txt_label.c @@ -1,4 +1,5 @@ +#include <stdlib.h> #include <string.h> #include "txt_label.h" |