dtinfo: Include config.h for the definition of u_int

Also, properly include unistd.h as a system header.
This commit is contained in:
Lev Kujawski
2021-01-06 12:29:00 -07:00
committed by Jon Trulson
parent c2d2accbad
commit f7227e1b74

View File

@@ -24,7 +24,8 @@
#ifndef _UAS_SearchZones_hh_
#define _UAS_SearchZones_hh_
#include "unistd.h"
#include <unistd.h>
#include "config.h" // for u_int
#include "UAS_String.hh"