Skip to content

Commit

Permalink
include: add re_h264.h to re.h (#1087)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredh authored Mar 18, 2024
1 parent 0b19edd commit 16c61a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/re.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ extern "C" {
#include "re_convert.h"
#include "re_crc32.h"
#include "re_dns.h"
#include "re_h264.h"
#include "re_hash.h"
#include "re_hmac.h"
#include "re_http.h"
Expand Down
1 change: 0 additions & 1 deletion test/h264.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

#include <string.h>
#include <re.h>
#include <re_h264.h>
#include <rem.h>
#include "test.h"

Expand Down

0 comments on commit 16c61a0

Please sign in to comment.