mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- portlint fix - Respect NOPORTEXAMPLES PR: ports/121893 Submitted by: Geoffrey Mainland <mainland AT apeiron.net> (maintainer)
7 lines
197 B
C++
7 lines
197 B
C++
--- src/mplutils.cpp.orig Wed Mar 9 16:35:35 2005
|
|
+++ src/mplutils.cpp Wed Mar 9 16:36:19 2005
|
|
@@ -1,3 +1,4 @@
|
|
+#include <stdio.h>
|
|
#include <iostream>
|
|
#include <cstdarg>
|
|
#include "mplutils.h"
|