Fix "implicit declaration" warning by including unistd.h.
git-svn-id: http://tint2.googlecode.com/svn/trunk@221 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
cd5b2b26a9
commit
8193f7f494
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <glib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "window.h"
|
||||
#include "task.h"
|
||||
|
|
Loading…
Reference in a new issue