added missing header file

This commit is contained in:
minus 2015-08-20 15:23:52 +02:00
parent 4c56cd0ed6
commit f8787ce69e
1 changed files with 6 additions and 0 deletions

6
include/sway.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef _SWAY_SWAY_H
#define _SWAY_SWAY_H
void sway_terminate(void);
#endif