summaryrefslogtreecommitdiff
path: root/soltools/cpp/_getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_getopt.c')
-rw-r--r--soltools/cpp/_getopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/cpp/_getopt.c b/soltools/cpp/_getopt.c
index 42eeb3708b42..cbbfc822ebf0 100644
--- a/soltools/cpp/_getopt.c
+++ b/soltools/cpp/_getopt.c
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <stdio.h>
-#include <string.h>
+#include <stdio.h>
+#include <string.h>
#define EPR fprintf(stderr,
#define ERR(str, chr) if(opterr) { EPR "%s%c\n", str, chr); }