mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
15bafe26e9
- Add License PR: 185335 Submitted by: ports fury
19 lines
315 B
C++
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"
|