Skip to content
Snippets Groups Projects

cdi_util: Remove not needed unistd.h include

Merged Mathieu Westphal requested to merge b383306/libcdi:remove_not_needed_include into develop
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -2,6 +2,9 @@
#include "config.h"
#endif
#ifndef _WIN32
#include <unistd.h>
#endif
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
Loading