Fix warnings introduced by prior commit

This commit is contained in:
Drew DeVault 2015-09-18 07:27:35 -04:00
parent 8e25ce4e57
commit 318e1be240
7 changed files with 19 additions and 3 deletions

View file

@ -1,7 +1,9 @@
#include <stdlib.h>
#include <stdbool.h>
#include <strings.h>
#include <string.h>
#include "config.h"
#include "stringop.h"
#include "container.h"
#include "workspace.h"
#include "focus.h"