Skip to content
Snippets Groups Projects
Commit 79f613d6 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

include unistd.h only ifndef _WIN32

parent f420af16
No related branches found
No related tags found
1 merge request!139cdi_util: Remove not needed unistd.h include
Pipeline #98711 passed
......@@ -2,6 +2,9 @@
#include "config.h"
#endif
#ifndef _WIN32
#include <unistd.h>
#endif
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment