diff options
author | Luca Deri <deri@ntop.org> | 2022-01-13 21:15:21 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-01-13 21:15:21 +0100 |
commit | 533b3ab0e3041766e2f085e84c63bbd4d31c4b0b (patch) | |
tree | b173963a6e11b3aa0cace155868fafdcee3fd2cb /rrdtool/rrd_anomaly.c | |
parent | 406ac7e8c825ba05bc6371ed3088226bdef21b02 (diff) |
FreeBSD fixes
Diffstat (limited to 'rrdtool/rrd_anomaly.c')
-rw-r--r-- | rrdtool/rrd_anomaly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rrdtool/rrd_anomaly.c b/rrdtool/rrd_anomaly.c index ae1aa7d55..f50ba9147 100644 --- a/rrdtool/rrd_anomaly.c +++ b/rrdtool/rrd_anomaly.c @@ -22,7 +22,7 @@ #include <stdlib.h> #include <math.h> #include <getopt.h> -#include "rrd.h" +#include <rrd.h> #include "ndpi_api.h" #define DEFAULT_ALPHA 0.5 |