--- libcoro/coro.h 2006/02/19 22:30:58 1.13 +++ libcoro/coro.h 2006/10/26 05:20:47 1.14 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001-2005 Marc Alexander Lehmann + * Copyright (c) 2001-2006 Marc Alexander Lehmann * * Redistribution and use in source and binary forms, with or without modifica- * tion, are permitted provided that the following conditions are met: @@ -35,6 +35,11 @@ * */ +/* + * 2006-10-26 Include stddef.h on OS X to work around one of its bugs. + * Reported by Michael_G_Schwern. + */ + #ifndef CORO_H #define CORO_H