9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
9 lines
192 B
C++
9 lines
192 B
C++
--- ui/console/cli.cpp.orig 2016-07-26 15:21:43 UTC
|
|
+++ ui/console/cli.cpp
|
|
@@ -1,4 +1,5 @@
|
|
-#include <stdio.h>
|
|
+#include <cstdio>
|
|
+#include <cstdlib>
|
|
#include "cli.h"
|
|
|
|
using namespace std;
|