mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 17:10:33 -04:00
18 lines
315 B
C++
18 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"
|