Fix includes.

svn path=/trunk/; revision=45568
This commit is contained in:
Gerald Combs 2012-10-16 00:08:59 +00:00
parent 677c913f42
commit 307c002793
1 changed files with 6 additions and 1 deletions

View File

@ -21,8 +21,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include <unistd.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "main_window.h"
#include "ui_main_window.h"