[haiku-commits] Re: haiku: hrev49689 - src/servers/notification

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 15 Oct 2015 11:43:10 +0200

Am 15.10.2015 um 01:06 schrieb kallisti5@xxxxxxxxxxx:

fc20d30ed6cb: Notification Server: Build fix, missing stdlib.h for EXIT_

Thanks for cleaning up behind me! Was a GCC4 only build fix, btw, I do at least compile my changes :-)

However...

+#include "NotificationServer.h"
+
#include <Beep.h>
#include <Notifications.h>
#include <PropertyInfo.h>
+#include <stdlib.h>

stdlib.h comes from POSIX and deserves its own space after the first include.
I had already fixed this locally, and will just commit it.

Bye,
Axel.

Other related posts: