#!/bin/sh
#
#  getStdHdrPaths - return a list of include directories searched by
#  		    the pre-processor without specifing in production rule


# This can vary from system to system, here we define a basic default
# that can be overriden.

echo "/usr/include"
