]> jfr.im git - irc/atheme/libmowgli-2.git/commitdiff
Add attributes.h to platform/Makefile
authorPatrick McFarland <redacted>
Mon, 18 Feb 2013 00:44:35 +0000 (19:44 -0500)
committerPatrick McFarland <redacted>
Mon, 18 Feb 2013 00:44:35 +0000 (19:44 -0500)
src/libmowgli/platform/Makefile

index b7851c9dd1a410d8671e07767dba8b209d5ddea5..7d883d4b1c84c48b6f572a8843bc92130bc6fcda 100644 (file)
@@ -7,7 +7,7 @@ SUBDIRS = win32
 
 SRCS = cacheline.c
 
-INCLUDES = cacheline.h constructor.h machine.h
+INCLUDES = attributes.h cacheline.h constructor.h machine.h
 
 include ../../../buildsys.mk