Skip to content

Commit

Permalink
include picohttpparser
Browse files Browse the repository at this point in the history
  • Loading branch information
ricksterhd123 committed Jan 28, 2024
1 parent 35da282 commit 5370634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"rubocop.mode": "onlyRunGlobally"
"rubocop.mode": "onlyRunGlobally",
"files.associations": {
"picohttpparser.h": "c"
}
}
2 changes: 2 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include <mruby/class.h>
#include <mruby/string.h>

#include <picohttpparser.h>

#define DEFAULT_PORT 7000
#define DEFAULT_BACKLOG 128

Expand Down

0 comments on commit 5370634

Please sign in to comment.