X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/440bd1982b8e55068af44543d97888092d61feee..refs/heads/master:/dd/dd.h diff --git a/dd/dd.h b/dd/dd.h index d7e60a0..c516ad2 100644 --- a/dd/dd.h +++ b/dd/dd.h @@ -38,6 +38,9 @@ * $FreeBSD: src/bin/dd/dd.h,v 1.17 2002/02/22 20:51:00 markm Exp $ */ +#ifndef _DD_H_ +#define _DD_H_ + /* Input/output stream state. */ typedef struct { u_char *db; /* buffer address */ @@ -95,3 +98,5 @@ typedef struct { #define C_UNBLOCK 0x80000 #define C_OSYNC 0x100000 #define C_SPARSE 0x200000 + +#endif /* _DD_H_ */