diff options
Diffstat (limited to 'circbuffer.h')
-rw-r--r-- | circbuffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/circbuffer.h b/circbuffer.h index 21c5134..32ed13c 100644 --- a/circbuffer.h +++ b/circbuffer.h @@ -22,8 +22,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. */ -#ifndef _CIRCBUFFER_H_ -#define _CIRCBUFFER_H_ +#ifndef DROPBEAR_CIRCBUFFER_H_ +#define DROPBEAR_CIRCBUFFER_H_ struct circbuf { unsigned int size; |