***************
*** 9,13 ****
'VERSION_FROM' => 'SimpleServer.pm', # finds $VERSION
'LIBS' => [$libs], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
- 'INC' => '', # e.g., '-I/usr/include/other'
);
--- 9,13 ----
'VERSION_FROM' => 'SimpleServer.pm', # finds $VERSION
'LIBS' => [$libs], # e.g., '-lm'
'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
+ 'INC' => '-I${LOCALBASE}/include', # e.g., '-I/usr/include/other'
);