mirror of
https://github.com/hufrea/byedpi.git
synced 2025-02-16 16:29:58 +03:00
better include guards for error.h
This commit is contained in:
parent
64639d6661
commit
a7a219c4f8
1 changed files with 2 additions and 2 deletions
4
error.h
4
error.h
|
@ -1,5 +1,5 @@
|
|||
#ifndef ERROR_H
|
||||
#define ERROR_H
|
||||
#ifndef CIADPI_ERROR_H
|
||||
#define CIADPI_ERROR_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue