mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kcontrol: include errno not sys/errno header
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
bafda063cc
commit
d301573cab
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <signal.h>
|
||||
#include <sys/errno.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define KFI_DBUG kDebug() << time(0L)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue