Skip to content

Commit

Permalink
tools fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
bmax committed Feb 5, 2024
1 parent 5e35ed2 commit d8b9d97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/patch.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
* Copyright (C) 2024 bmax121. All Rights Reserved.
*/

#define _GNU_SOURCE
#define __USE_GNU

#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <assert.h>
#include <string.h>

#define _GNU_SOURCE
#define __USE_GNU

#include "patch.h"
#include "kallsym.h"
#include "image.h"
Expand Down

0 comments on commit d8b9d97

Please sign in to comment.