summaryrefslogtreecommitdiff
blob: 77d6249382434e62cf1ed0fcc9dd62818698a426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Fix build with emacs-24.4.

http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18845

--- protobuf-2.5.0/editors/protobuf-mode.el
+++ protobuf-2.5.0/editors/protobuf-mode.el
@@ -66,6 +66,7 @@
 (require 'cc-mode)
 
 (eval-when-compile
+  (require 'cl)
   (require 'cc-langs)
   (require 'cc-fonts))