freebsd-ports/audio/mp3stat/files/patch-ui_console_cli.cpp
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

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;