mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
10 lines
240 B
C++
10 lines
240 B
C++
--- br.cpp.orig 2017-12-27 12:07:16 UTC
|
|
+++ br.cpp
|
|
@@ -12,6 +12,7 @@
|
|
#include <sys/mman.h>
|
|
#include <fcntl.h>
|
|
#include <syslog.h>
|
|
+#include <strfunc.h>
|
|
#include "br.h"
|
|
|
|
buffered_reader::buffered_reader(int cur_fd, int cur_block_size)
|