diff options
-rw-r--r-- | libstore/part.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstore/part.c b/libstore/part.c index ef5e1875..7df62f0a 100644 --- a/libstore/part.c +++ b/libstore/part.c @@ -19,11 +19,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ +#include "store.h" #include <stdlib.h> #include <errno.h> #include <assert.h> #include <cthreads.h> -#include <hurd/store.h> #include <parted/parted.h> #include <parted/device_gnu.h> |