X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Femul%2Fkfile_posix.h;h=ba88ab78ad6c50c014eb8bf15e0d93b866ca264e;hb=0af829fd672d0b52f89183042fe535413d046e8d;hp=b55c048db72f30e31dc200c45bcedc60225441e3;hpb=b1c122a36a111f4bb088a8f000a7fc8f8975734e;p=bertos.git diff --git a/bertos/emul/kfile_posix.h b/bertos/emul/kfile_posix.h index b55c048d..ba88ab78 100644 --- a/bertos/emul/kfile_posix.h +++ b/bertos/emul/kfile_posix.h @@ -36,6 +36,9 @@ * \author Luca Ottaviano */ +#ifndef KFILE_POSIX_H +#define KFILE_POSIX_H + #include #include @@ -54,3 +57,5 @@ INLINE KFilePosix *KFILEPOSIX_CAST(KFile *fd) } FILE *kfile_posix_init(KFilePosix *file, const char *filename, const char *mode); + +#endif /* KFILE_POSIX_H */