mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
11 lines
285 B
C++
11 lines
285 B
C++
--- modules/submit-norman/submit-norman.cpp.orig
|
|
+++ modules/submit-norman/submit-norman.cpp
|
|
@@ -28,6 +28,8 @@
|
|
/* $Id: submit-norman.cpp 674 2006-10-23 01:31:53Z common $ */
|
|
|
|
|
|
+#include <cstdlib>
|
|
+
|
|
#include "submit-norman.hpp"
|
|
#include "Download.hpp"
|
|
#include "DownloadUrl.hpp"
|