From 5f84666b4b50308fac9e79fc70badf76ac4b6e53 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Fri, 16 Nov 2018 22:27:45 +0800 Subject: graph_struct.h: include guard --- csrc/mkf/graph_struct.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/csrc/mkf/graph_struct.h b/csrc/mkf/graph_struct.h index 4859508..2d20a5e 100644 --- a/csrc/mkf/graph_struct.h +++ b/csrc/mkf/graph_struct.h @@ -3,6 +3,9 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ +#ifndef RICH4_GRAPH_STRUCT_H_YxnQlWsLYw +#define RICH4_GRAPH_STRUCT_H_YxnQlWsLYw + #include struct graph_st @@ -17,3 +20,5 @@ struct graph_st struct graph_st * allocate_graph_st(int w, int h, int x, int y); struct graph_st * crop_graph(struct graph_st *a1, struct graph_st *a2, int x, int y, int w, int h); + +#endif -- cgit v1.2.3