loplugin:includeform: soltools (macOS)
Change-Id: I7e2a8d13e068f651bf6e8fbbb66363a4b2b5b0e7
This commit is contained in:
parent
9e7c95213a
commit
6f694e9612
2 changed files with 2 additions and 2 deletions
|
@ -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); }
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue