Kaydet (Commit) 6f694e96 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: soltools (macOS)

Change-Id: I7e2a8d13e068f651bf6e8fbbb66363a4b2b5b0e7
üst 9e7c9521
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment