1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/mail/bbmail/files/patch-src__bbmail.cpp
Martin Wilke 15bafe26e9 - Fix build
- Add License

PR:		185335
Submitted by:	ports fury
2014-01-19 09:27:40 +00:00

19 lines
315 B
C++

--- src/bbmail.cpp.orig
+++ src/bbmail.cpp
@@ -22,13 +22,14 @@
#include "bbmail.h"
#include "config.h"
#include <string>
+#include <cstdlib>
+#include <cmath>
extern "C" {
#include <utime.h>
#include <dirent.h>
#include <X11/cursorfont.h>
#include <sys/stat.h>
-#include <math.h>
}
#include "EWMH.hh"