loplugin:includeform: soltools (macOS)

Change-Id: I7e2a8d13e068f651bf6e8fbbb66363a4b2b5b0e7
This commit is contained in:
Stephan Bergmann 2017-10-24 11:53:57 +02:00
parent 9e7c95213a
commit 6f694e9612
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
#include <stdio.h>
#include <string.h>
#include <_getopt.h>
#include "_getopt.h"
#define EPR fprintf(stderr,
#define ERR(str, chr) if(opterr) { EPR "%s%c\n", str, chr); }

View file

@ -32,7 +32,7 @@
#include "cpp.h"
#if defined(MACOSX) || defined(AIX) || defined(_WIN32)
#include <_getopt.h>
#include "_getopt.h"
#else
#include <getopt.h>
#endif