libinterfork: add usterr support
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 25 Sep 2009 16:00:55 +0000 (12:00 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Fri, 25 Sep 2009 16:00:55 +0000 (12:00 -0400)
libinterfork/Makefile.am
libinterfork/interfork.c

index 11ee0c971fcb8da3a938ac514f28a61fca00825c..2bcebb115a3769ccfa74255ab93278970f50ef63 100644 (file)
@@ -1,3 +1,4 @@
 lib_LTLIBRARIES = libinterfork.la
 libinterfork_la_SOURCES = interfork.c
 libinterfork_la_LIBADD = -ldl
+libinterfork_CFLAGS = -DUST_COMPONENT=libinterfork
index 646dbda22f31e826f7ad5205147b831c083c9c5b..81f896e57ccb27ac2555dc0e0a3570bf13415d8b 100644 (file)
@@ -19,6 +19,7 @@
 #include <dlfcn.h>
 #include <unistd.h>
 #include <stdio.h>
+#include "share/usterr.h"
 
 extern void ust_fork(void);
 
This page took 0.023552 seconds and 4 git commands to generate.