Skip to content

Commit

Permalink
librtas: include stdio.h for printf() in internal.h
Browse files Browse the repository at this point in the history
The dbg() macro in internal.h expands to a printf() call; internal.h
ought to include stdio.h.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
  • Loading branch information
nathanlynch committed Jul 24, 2024
1 parent 6dc6c49 commit a6761e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions librtas_src/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#define LIBRTAS_INTERNAL_H

#include <stdint.h>
#include <stdio.h>

#define WORK_AREA_SIZE 4096
#define MAX_ARGS 16
Expand Down

0 comments on commit a6761e3

Please sign in to comment.