Merge "libstore: Fix FreeBSD build" into main

This commit is contained in:
Artemis Tosini
2024-11-02 17:20:46 +00:00
committed by Gerrit Code Review
+7
View File
@@ -1,5 +1,6 @@
#include "platform/freebsd.hh"
#include "regex.hh"
#include "strings.hh"
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/socket.h>
@@ -139,4 +140,10 @@ void FreeBSDLocalStore::findPlatformRoots(UncheckedRoots & unchecked)
}
}
}
void registerLocalStore()
{
StoreImplementations::add<FreeBSDLocalStore, LocalStoreConfig>();
}
}