diff options
Diffstat (limited to 'src/s/netbsd.h')
| -rw-r--r-- | src/s/netbsd.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index a61a4e74366..0e9b0a8443d 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -19,8 +19,8 @@ You should have received a copy of the GNU General Public License  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */ -/* Get most of the stuff from bsd4.3 */ -#include "bsd4-3.h" +/* Get most of the stuff from bsd-common */ +#include "bsd-common.h"  #if defined (__alpha__) && !defined (__ELF__)  #define NO_SHARED_LIBS  | 
