Fix build
[claws.git] / src / common / claws_io.h
similarity index 94%
rename from src/safe_fclose.h
rename to src/common/claws_io.h
index f0153a5135e40d3dcc61951ad7b8b4dcff0d9aaf..e3e0e0ce5b6808455ddcd90d21b80deb908a2918 100644 (file)
@@ -16,8 +16,8 @@
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __SAFE_FCLOSE_H__
-#define __SAFE_FCLOSE_H__
+#ifndef __CLAWS_IO_H__
+#define __CLAWS_IO_H__
 
 int safe_fclose(FILE *fp);