Skip to content

Commit

Permalink
zfec: revert headers incl removal
Browse files Browse the repository at this point in the history
removed 2023-11-16 by commit c8080a4

config.h include is actually requested (HAVE_ZFEC). If config.h is
included and HAVE_ZFEC is defined, also other headers, which have been
deleted, are required as well.
  • Loading branch information
MartinPulec committed Nov 27, 2023
1 parent 62ae771 commit 3fa71b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/rtp/rs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@
#include <cstdlib>
#include <cstring>

#include "config.h"
#include "debug.h"
#include "rtp/rs.h"
#include "rtp/rtp_types.h"
#include "transmit.h"
#include "ug_runtime_error.hpp"
#include "utils/color_out.h"
#include "utils/text.h"
#include "video.h"

#define DEFAULT_K 200
#define DEFAULT_N 240
Expand Down

0 comments on commit 3fa71b5

Please sign in to comment.