[PowerPC] Consolidate linux vector regset sizes
[deliverable/binutils-gdb.git] / gdb / gdbserver / notif.h
index b76ecfa4aaa2296e13e271ff14ece5efa89c5e07..fa61da0fbe452d1a7ffacc5520fa48790b178c72 100644 (file)
@@ -1,6 +1,5 @@
 /* Notification to GDB.
-   Copyright (C) 1989, 1993-1995, 1997-2000, 2002-2012 Free Software
-   Foundation, Inc.
+   Copyright (C) 1989-2018 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -17,8 +16,6 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "ptid.h"
-#include "server.h"
 #include "target.h"
 #include "queue.h"
 
@@ -28,6 +25,8 @@
 
 typedef struct notif_event
 {
+  /* C requires that a struct or union has at least one member.  */
+  char dummy;
 } *notif_event_p;
 
 DECLARE_QUEUE_P (notif_event_p);
This page took 0.024101 seconds and 4 git commands to generate.