]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - nio-file.h
2003-07-08 Max Bowsher <maxb@ukf.net>
[cygwin-apps/setup.git] / nio-file.h
index b03b9f67f0b8308916591421d22dc9e7925f6017..fe5e8e0e7bfaa2b83ed1d8250ec238b851e96b34 100644 (file)
@@ -13,6 +13,9 @@
  *
  */
 
+#ifndef SETUP_NIO_FILE_H
+#define SETUP_NIO_FILE_H
+
 /* see nio-file.cc */
 
 class NetIO_File:public NetIO
@@ -24,3 +27,5 @@ public:
   virtual int ok ();
   virtual int read (char *buf, int nbytes);
 };
+
+#endif /* SETUP_NIO_FILE_H */
This page took 0.024131 seconds and 5 git commands to generate.