]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/filesys.h
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / build / src / engine / filesys.h
index 24c0556d9177210c3e2cf7bff2ae779a62dddc90..48ea6d1714334be1d7e00df1fa3211c6c752b69e 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef FILESYS_DWA20011025_H
 #define FILESYS_DWA20011025_H
 
+#include "config.h"
 #include "hash.h"
 #include "lists.h"
 #include "object.h"
@@ -37,7 +38,7 @@ typedef struct file_info_t
 typedef struct file_item FILEITEM;
 struct file_item
 {
-    file_info_t * value;  /* expected to be equvalent with &FILEITEM */
+    file_info_t * value;  /* expected to be equivalent with &FILEITEM */
     FILEITEM * next;
 };