[kde-solaris] Patch in kdeadmin for kuser/globals.h

James F.Hranicky jfh at cise.ufl.edu
Thu Nov 27 02:25:15 CET 2003


Need the appopriate #ifdef around the #include <paths.h> directive:

# diff -c globals.h{.orig,} 
*** globals.h.orig      Wed Nov 26 20:22:23 2003
--- globals.h   Wed Nov 26 20:22:45 2003
***************
*** 4,10 ****
--- 4,12 ----
  #define _KU_VERSION "1.0"
  
  #include <config.h>
+ #ifdef HAVE_PATHS_H
  #include <paths.h>
+ #endif
  #include <kconfig.h>
  #include "kerror.h"

Jim  


More information about the kde-solaris mailing list