diff --git a/field_group.features.inc b/field_group.features.inc
index cea7833..2fa3295 100755
--- a/field_group.features.inc
+++ b/field_group.features.inc
@@ -44,5 +44,11 @@ function field_group_features_export_alter(&$export, $module_name) {
     if(empty($export['dependencies']['field_group'])) {
       $export['dependencies']['field_group'] = 'field_group';
     }
+
+    // Ensure that we have the field_group ctools api.
+    if ($info = _ctools_features_get_info('field_group')) {
+      $identifier = "{$info['module']}:{$info['api']}:{$info['current_version']}";
+      $export['features']['ctools'][$identifier] = $identifier;
+    }
   }
 }
