diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-08 08:16:20 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-12-08 08:16:20 +0100 |
commit | d573723196f4f0c97e64d5a3a7adbabd3d51a429 (patch) | |
tree | dc911a5504ef58590d9e3f13a2175d7c1610016f /src/input | |
parent | ab8c080ef5cac511616ad98219a3e788fbddfb2a (diff) | |
download | dabmux-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')
-rw-r--r-- | src/input/Prbs.h | 2 |
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 { |