diff options
Diffstat (limited to 'src/hyper/titlebar.c')
-rw-r--r-- | src/hyper/titlebar.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hyper/titlebar.c b/src/hyper/titlebar.c index 2da6716e..f1601345 100644 --- a/src/hyper/titlebar.c +++ b/src/hyper/titlebar.c @@ -46,6 +46,7 @@ #include "debug.h" #include <stdlib.h> + #include "halloc.h" #include "sockio.h" #include "titlebar.h" @@ -53,6 +54,7 @@ #include "group.h" #include "initx.h" #include "parse.h" +#include "cfuns.h" #include "all_hyper_proto.H1" |