fix compilation

This commit is contained in:
Philippe Teuwen
2023-09-19 13:18:02 +02:00
parent f0ddd07108
commit 624e96aee9
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
#ifndef NESTED_H__
#define NESTED_H__
#ifndef COMMON_H__
#define COMMON_H__
uint64_t atoui(const char* str);
void num_to_bytes(uint64_t n, uint32_t len, uint8_t* dest);
#endif
#endif
+1 -1
View File
@@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "common.h"
#include "nested_util.h"
int main(int argc, char *const argv[]) {
+1 -1
View File
@@ -2,7 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include "common.h"
#include "nested_util.h"
int main(int argc, char *const argv[]) {