bsd compatibility mods
[goodguy/history.git] / cinelerra-5.1 / cinelerra / renderfarmclient.C
index aab7fb4ed66ca806db90680d9c890d08176e28e6..8b378ac1327887df78d9d7686e9de724374c4f98 100644 (file)
@@ -51,7 +51,9 @@
 #include <unistd.h>
 
 
-
+#ifndef AF_FILE
+#define AF_FILE AF_LOCAL
+#endif
 
 // The render client waits for connections from the server.
 // Then it starts a thread for each connection.