mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
12 lines
363 B
C++
12 lines
363 B
C++
--- ./widget/gtk/nsWindow.cpp.orig 2017-05-08 11:30:06.099052000 +0200
|
|
+++ ./widget/gtk/nsWindow.cpp 2017-05-08 11:29:47.789013000 +0200
|
|
@@ -63,7 +63,7 @@
|
|
|
|
#ifdef MOZ_ENABLE_STARTUP_NOTIFICATION
|
|
#define SN_API_NOT_YET_FROZEN
|
|
-#include <startup-notification-1.0/libsn/sn.h>
|
|
+#include <startup-notification/libsn/sn.h>
|
|
#endif
|
|
|
|
#include "mozilla/Assertions.h"
|