summaryrefslogtreecommitdiffstats
path: root/src/input/Prbs.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-08 08:16:20 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-12-08 08:16:20 +0100
commitd573723196f4f0c97e64d5a3a7adbabd3d51a429 (patch)
treedc911a5504ef58590d9e3f13a2175d7c1610016f /src/input/Prbs.h
parentab8c080ef5cac511616ad98219a3e788fbddfb2a (diff)
downloaddabmux-d573723196f4f0c97e64d5a3a7adbabd3d51a429.tar.gz
dabmux-d573723196f4f0c97e64d5a3a7adbabd3d51a429.tar.bz2
dabmux-d573723196f4f0c97e64d5a3a7adbabd3d51a429.zip
Rename prbs to PrbsGenerator
Some systems apparently don't like having both prbs.h and Prbs.h in the include paths. OSX seems to be affected
Diffstat (limited to 'src/input/Prbs.h')
-rw-r--r--src/input/Prbs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Prbs.h b/src/input/Prbs.h
index 3b2b7d4..51b7756 100644
--- a/src/input/Prbs.h
+++ b/src/input/Prbs.h
@@ -31,7 +31,7 @@
#include <string>
#include "input/inputs.h"
-#include "prbs.h"
+#include "PrbsGenerator.h"
namespace Inputs {