summaryrefslogtreecommitdiff
path: root/mail/bbmail/files/patch-src__bbmail.cpp
blob: e3037a975b106418b8bfae06db083f47f9ada382 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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"