]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
stdio.h is included explicitely for popen
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 26 Apr 2004 08:53:14 +0000 (08:53 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 26 Apr 2004 08:53:14 +0000 (08:53 +0000)
PHOS/AliPHOSRaw2Digits.cxx

index 361c06b2e7e8f5eb4cacc867d9bbded9472a2f15..48dd02c5e68d3afab62a13f61a72691b5e5443ad 100644 (file)
@@ -61,7 +61,7 @@
 
 // --- Standard library ---
 
-//#include <unistd.h>
+#include <stdio.h>
 
 // --- AliRoot header files ---
 #include "AliPHOSDigit.h"