mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 05:29:10 -04:00
10 lines
194 B
C
10 lines
194 B
C
/* $NetBSD: platid.c,v 1.3 2005/12/11 12:17:28 christos Exp $ */
|
|
|
|
#ifndef UNICODE
|
|
#error "compile with UNICODE"
|
|
#endif
|
|
|
|
#define _SYS_SYSTM_H_
|
|
#include <stand.h>
|
|
#include "../../../hpc/platid.c"
|