Skip to content

Commit

Permalink
#includes
Browse files Browse the repository at this point in the history
  • Loading branch information
phaubertin committed Jan 15, 2025
1 parent 0de20dd commit 1b8d815
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion userspace/loader/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
*/

#include <jinue/jinue.h>
#include <jinue/loader.h>
#include <jinue/utils.h>
#include <inttypes.h>
#include "debug.h"
Expand Down
2 changes: 2 additions & 0 deletions userspace/loader/debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
#ifndef LOADER_DEBUG_H_
#define LOADER_DEBUG_H_

#include <jinue/loader.h>

void dump_ramdisk(const jinue_dirent_t *root);

#endif

0 comments on commit 1b8d815

Please sign in to comment.