1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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"