1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-30 08:19:09 +00:00

Need a different #include for the userland regression test.

This commit is contained in:
Poul-Henning Kamp 2002-03-17 19:15:28 +00:00
parent a6de455253
commit 117bae1fd3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92514

View File

@ -45,7 +45,7 @@
* The GEOM subsystem makes a few concessions in order to be able to run as a
* user-land simulation as well as a kernel component.
*/
#include <geom/geom_sim.h>
#include <geom_sim.h>
#endif
struct g_method;