Skip to content

Commit

Permalink
Network: remove relative include path (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
furbanc authored Jun 5, 2024
1 parent 5b56965 commit 2f24b8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Components/Network/Interface/HTTP_Server_FS.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
*----------------------------------------------------------------------------*/

#include <stdio.h>
#include "../Source/net_lib.h"
#include "rl_net.h"
#include "rl_fs.h"

extern uint32_t net_http_time (uint8_t hr, uint8_t min, uint8_t sec,
uint8_t day, uint8_t mon, uint16_t year);

// Open a file for reading on HTTP server.
void *netHTTPs_fopen (const char *fname) {
return (fopen (fname, "r"));
Expand Down

0 comments on commit 2f24b8b

Please sign in to comment.