Skip to content

Commit

Permalink
qrouting: Add missing include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu authored and razvancrainea committed Feb 11, 2020
1 parent 5238415 commit c8951a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/qrouting/qr_load.h
Expand Up @@ -21,6 +21,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifndef __QR_LOAD_H__
#define __QR_LOAD_H__

#include "../../db/db.h"
#include "../../rw_locking.h"

Expand Down Expand Up @@ -65,3 +68,5 @@ extern db_func_t qr_dbf;
extern db_con_t *qr_db_hdl;

int qr_reload(db_func_t *qr_dbf, db_con_t *qr_db_hdl);

#endif /* __QR_LOAD_H__ */

0 comments on commit c8951a2

Please sign in to comment.