chiark / gitweb /
core: add "khash" API to src/basic/ (as wrapper around kernel AF_ALG)
[elogind.git] / src / basic / missing.h
index b4d7297386c263e58b49403733f32d6402c449d7..e9438aa90f3c38ab03467e504dee21ec299c1ffe 100644 (file)
@@ -1114,4 +1114,8 @@ struct ethtool_link_settings {
 
 #endif
 
+#ifndef SOL_ALG
+#define SOL_ALG 279
+#endif
+
 #include "missing_syscall.h"