mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
Fix missing header
Header file ordering hid a missing list structure definition. Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
committed by
William Douglas
parent
436fb503c6
commit
bf5e1f1297
@@ -27,7 +27,6 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "heuristics.h"
|
||||
#include "swupd.h"
|
||||
|
||||
typedef int (*compare_fn_t)(const char *s1, const char *s2);
|
||||
typedef void (*apply_fn_t)(struct file *f);
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "swupd.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user