Need unistd.h for unlink(2).

This commit is contained in:
Claus Assmann
2009-09-01 08:08:05 -07:00
committed by Sean Rhea
parent faf01deb6f
commit 0c08ff093d

View File

@@ -19,6 +19,7 @@
#include "Zones.h"
#include "CpintPlot.h"
#include <assert.h>
#include <unistd.h>
#include <QDebug>
#include <qwt_data.h>
#include <qwt_legend.h>