14 lines
270 B
Plaintext
14 lines
270 B
Plaintext
$OpenBSD: patch-src_main_cc,v 1.2 2018/12/01 22:41:39 naddy Exp $
|
|
Index: src/main.cc
|
|
--- src/main.cc.orig
|
|
+++ src/main.cc
|
|
@@ -35,6 +35,8 @@
|
|
#include "../version.h"
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
|
|
static void showHelp(int exitval) {
|